From 7733b4e443049d5ed1342ec7fd3db8907d144600 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Mon, 17 Jan 2022 19:26:10 +0100 Subject: [PATCH] Added to config --- configuration.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 0d56ec7..531a85b 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -70,6 +70,24 @@ climate: - platform: touchline host: !secret touchlineIP +## ######################################## +## Timer (for indkorsel automation) +## ######################################## + +timer: + indkorsel: + duration: '00:10:00' + +## ######################################## +## Darksky +## ######################################## + +weather: + - platform: darksky + api_key: !secret darksky_api_key + mode: daily + + group: !include groups.yaml automation: !include automations.yaml