Make it run

This commit is contained in:
2022-01-17 18:58:30 +01:00
parent 6556ead9c3
commit 3eab5b1c93
+23
View File
@@ -6,6 +6,12 @@ default_config:
tts: tts:
- platform: google_translate - platform: google_translate
homeassistant:
name: "AnneClaus"
external_url: "https://anneclaus.duckdns.org:8123"
internal_url: "http://dethlefsen:8123"
## ######################################## ## ########################################
## Spotify ## Spotify
## ######################################## ## ########################################
@@ -32,6 +38,23 @@ sonoff:
garbage_collection: !include include/garbage/garbage.yaml garbage_collection: !include include/garbage/garbage.yaml
## ########################################
## Miele (HACS)
## ########################################
#miele:
# client_id: !secret miele_clientid
# client_secret: !secret miele_secret
# lang: en
## ########################################
## Roth touchline
## ########################################
climate:
- platform: touchline
host: !secret touchlineIP
group: !include groups.yaml group: !include groups.yaml
automation: !include automations.yaml automation: !include automations.yaml