From 818508295201d4a66c8f2f14951f041449e9f9ed Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Mon, 17 Jan 2022 11:55:27 +0100 Subject: [PATCH] HACS --- configuration.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 649b070..95a024b 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -15,6 +15,23 @@ spotify: client_id: !secret spotify_id client_secret: !secret spotify_secret +## ######################################## +## Sonoff (HACS) +## ######################################## + +sonoff: + username: !secret sonoff_username + password: !secret sonoff_password + default_class: light + reload: always + +## ######################################## +## Garbage collection (HACS) +## ######################################## + + +garbage_collection: !include include/garbage/garbage.yaml + group: !include groups.yaml automation: !include automations.yaml