From 3eab5b1c932f9aca749069744e685e942e9c4ebb Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Mon, 17 Jan 2022 18:58:30 +0100 Subject: [PATCH] Make it run --- configuration.yaml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 95a024b..e47c69c 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -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