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