]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added Speed Test and moved components to the dedicated folder
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 21 Feb 2019 21:01:08 +0000 (22:01 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 21 Feb 2019 21:01:08 +0000 (22:01 +0100)
components/eq3max.yaml [new file with mode: 0644]
components/google.yaml [new file with mode: 0644]
components/mercedesme.yaml [new file with mode: 0644]
components/mqtt.yaml [new file with mode: 0644]
components/speedtest.yaml [new file with mode: 0644]
components/tts.yaml [new file with mode: 0644]
components/weather.yaml [new file with mode: 0644]
google.yaml [deleted file]

diff --git a/components/eq3max.yaml b/components/eq3max.yaml
new file mode 100644 (file)
index 0000000..43c2f8b
--- /dev/null
@@ -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 (file)
index 0000000..fac57ad
--- /dev/null
@@ -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 (file)
index 0000000..ef562d4
--- /dev/null
@@ -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 (file)
index 0000000..0c0ff51
--- /dev/null
@@ -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 (file)
index 0000000..8ed78ee
--- /dev/null
@@ -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 (file)
index 0000000..ec54d32
--- /dev/null
@@ -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 (file)
index 0000000..46569ec
--- /dev/null
@@ -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 (file)
index 39c47d1..0000000
+++ /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