From: Giorgio Ravera Date: Thu, 21 Feb 2019 21:01:08 +0000 (+0100) Subject: Added Speed Test and moved components to the dedicated folder X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=1d15d3ed3c56d9fe4691c691cba6ffccd944d64a;p=homeassistant.git Added Speed Test and moved components to the dedicated folder --- diff --git a/components/eq3max.yaml b/components/eq3max.yaml new file mode 100644 index 00000000..43c2f8b5 --- /dev/null +++ b/components/eq3max.yaml @@ -0,0 +1,7 @@ +###################################################################### +# Component: EQ3 Max Cube +###################################################################### + +gateways: + - host: maxcube.giorgioravera.it + port: 62910 diff --git a/components/google.yaml b/components/google.yaml new file mode 100644 index 00000000..fac57ada --- /dev/null +++ b/components/google.yaml @@ -0,0 +1,60 @@ +###################################################################### +# Component: Google Home Integration +###################################################################### + +project_id: !secret google_project +api_key: !secret google_api_key +expose_by_default: false +entity_config: + climate.bagno_termostato_bagno: + name: Termostato Bagno + room: Bagno + expose: true + climate.camera_termostato_camera: + name: Termostato Camera + room: Camera + expose: true + climate.cucina_termostato_cucina: + name: Termostato Cucina + room: Cucina + expose: true + climate.sala_termostato_sala: + name: Termostato Sala + room: Sala + expose: true + climate.studio_termostato_studio: + name: Termostato Studio + room: Studio + expose: true + cover.all_covers: + name: Tapparella Generale + room: Generale + expose: true + cover.tapparella_cucina: + name: Tapparella Cucina + room: Cucina + expose: true + cover.tapparella_sala: + name: Tapparella Sala + room: Sala + expose: true + cover.tapparella_studio: + name: Tapparella Studio + room: Studio + expose: true + cover.tapparella_camera: + name: Tapparella Camera + room: Camera + expose: true + input_boolean.home_mode_away: + name: Modalità Vacanza + room: Generale + expose: true +# media_player.bdf6500_bdf6500: +# name: Blue-Ray Camera +# room: Camera +# expose: true + media_player.tv_sala: + name: TV Sala + room: Sala + expose: true diff --git a/components/mercedesme.yaml b/components/mercedesme.yaml new file mode 100644 index 00000000..ef562d49 --- /dev/null +++ b/components/mercedesme.yaml @@ -0,0 +1,7 @@ +###################################################################### +# Component: Mercedes Me +###################################################################### + +username: !secret mb_user +password: !secret mb_password +scan_interval: 60 diff --git a/components/mqtt.yaml b/components/mqtt.yaml new file mode 100644 index 00000000..0c0ff518 --- /dev/null +++ b/components/mqtt.yaml @@ -0,0 +1,9 @@ +###################################################################### +# Component: mqtt borker (mosquitto) +###################################################################### + +broker: !secret mqtt_host +port: 1883 +client_id: homeassistant +username: !secret mqtt_user +password: !secret mqtt_password diff --git a/components/speedtest.yaml b/components/speedtest.yaml new file mode 100644 index 00000000..8ed78eef --- /dev/null +++ b/components/speedtest.yaml @@ -0,0 +1,11 @@ +###################################################################### +# Component: Speed Test +###################################################################### + +monitored_conditions: + - ping + - download + - upload +minute: 0 +scan_interval: + hours: 6 diff --git a/components/tts.yaml b/components/tts.yaml new file mode 100644 index 00000000..ec54d320 --- /dev/null +++ b/components/tts.yaml @@ -0,0 +1,9 @@ +###################################################################### +# Component: Text to Speach +###################################################################### + +platform: google +language: it +cache: true +time_memory: 300 +base_url: !secret base_url diff --git a/components/weather.yaml b/components/weather.yaml new file mode 100644 index 00000000..46569ec3 --- /dev/null +++ b/components/weather.yaml @@ -0,0 +1,9 @@ +###################################################################### +# Component: Weather +###################################################################### + +platform: darksky +api_key: !secret darksky_key +latitude: !secret home_latitude +longitude: !secret home_longitude +mode: hourly \ No newline at end of file diff --git a/google.yaml b/google.yaml deleted file mode 100644 index 39c47d1f..00000000 --- a/google.yaml +++ /dev/null @@ -1,60 +0,0 @@ -###################################################################### -# Google Home Integration -###################################################################### - -project_id: !secret google_project -api_key: !secret google_api_key -expose_by_default: false -entity_config: - climate.bagno_termostato_bagno: - name: Termostato Bagno - room: Bagno - expose: true - climate.camera_termostato_camera: - name: Termostato Camera - room: Camera - expose: true - climate.cucina_termostato_cucina: - name: Termostato Cucina - room: Cucina - expose: true - climate.sala_termostato_sala: - name: Termostato Sala - room: Sala - expose: true - climate.studio_termostato_studio: - name: Termostato Studio - room: Studio - expose: true - cover.all_covers: - name: Tapparella Generale - room: Generale - expose: true - cover.tapparella_cucina: - name: Tapparella Cucina - room: Cucina - expose: true - cover.tapparella_sala: - name: Tapparella Sala - room: Sala - expose: true - cover.tapparella_studio: - name: Tapparella Studio - room: Studio - expose: true - cover.tapparella_camera: - name: Tapparella Camera - room: Camera - expose: true - input_boolean.home_mode_away: - name: Modalità Vacanza - room: Generale - expose: true -# media_player.bdf6500_bdf6500: -# name: Blue-Ray Camera -# room: Camera -# expose: true - media_player.tv_sala: - name: TV Sala - room: Sala - expose: true