From f8929ee107fbc25f332e0946ab423a2451ab9386 Mon Sep 17 00:00:00 2001 From: jabertwo <git@jabertwo.de> Date: Fri, 14 Jul 2023 15:52:52 +0200 Subject: [PATCH] do not turn off hackcenter light on shutdown --- .../templates/config/configuration.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml index 5941dd7e..8fb95830 100644 --- a/intern/docker_homeassistant/templates/config/configuration.yaml +++ b/intern/docker_homeassistant/templates/config/configuration.yaml @@ -811,8 +811,4 @@ automation ansible: - type: turn_off device_id: 7ba91dde6b1413340fdc66f2984dfd00 entity_id: light.brightness - domain: light - - type: turn_off - device_id: f65f71ef46e86492b79d75223670013a - entity_id: switch.licht_hackcenter - domain: switch + domain: light \ No newline at end of file -- GitLab