Make it run
This commit is contained in:
+24
-1
@@ -6,6 +6,12 @@ default_config:
|
||||
tts:
|
||||
- platform: google_translate
|
||||
|
||||
homeassistant:
|
||||
name: "AnneClaus"
|
||||
external_url: "https://anneclaus.duckdns.org:8123"
|
||||
internal_url: "http://dethlefsen:8123"
|
||||
|
||||
|
||||
## ########################################
|
||||
## Spotify
|
||||
## ########################################
|
||||
@@ -31,7 +37,24 @@ sonoff:
|
||||
|
||||
|
||||
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
|
||||
automation: !include automations.yaml
|
||||
|
||||
Reference in New Issue
Block a user