]> git.giorgioravera.it Git - homeassistant.git/commitdiff
added also configuration.yaml
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 21 Feb 2019 21:03:22 +0000 (22:03 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 21 Feb 2019 21:03:22 +0000 (22:03 +0100)
configuration.yaml

index 1bfb99bed235a7f082d1b27e235156f1dc1cb320..729ad8d9f8beb71fe0a40e854fc171d2ec0da3ca 100644 (file)
@@ -148,40 +148,22 @@ upnp:
   sensors: true
 
 # Text to speech
-tts:
-  - platform: google
-    language: it
-    cache: true
-    time_memory: 300
-    base_url: !secret base_url
+tts: !include components/tts.yaml
 
 # MQTT
-mqtt:
-  broker: localhost
-  port: 1883
-  client_id: homeassistant
-  username: !secret mqtt_user
-  password: !secret mqtt_password
+mqtt: !include components/mqtt.yaml
 
 # EQ3 Max Cube
-maxcube:
-  gateways:
-    - host: maxcube.giorgioravera.it
-      port: 62910
+maxcube: !include components/eq3max.yaml
 
 # Google Assistant
-google_assistant: !include google.yaml
+google_assistant: !include components/google.yaml
 
 # Mercedes Me
-mbwebbeta:
-  username: !secret mb_user
-  password: !secret mb_password
-  scan_interval: 60
+mbwebbeta: !include components/mercedesme.yaml
 
 # Weather
-weather:
-  - platform: darksky
-    api_key: !secret darksky_key
-    latitude: !secret home_latitude
-    longitude: !secret home_longitude
-    mode: hourly
\ No newline at end of file
+weather: !include components/weather.yaml
+
+# Speed Test
+speedtestdotnet: !include components/speedtest.yaml