From 80c77b81fbb748e23021fddd6b703c7e9759f14a Mon Sep 17 00:00:00 2001 From: jabertwo <git@jabertwo.de> Date: Tue, 11 Jul 2023 23:46:47 +0200 Subject: [PATCH] Light off at shutdown --- .../templates/config/configuration.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml index b5fc3ebf..6a13c59e 100644 --- a/intern/docker_homeassistant/templates/config/configuration.yaml +++ b/intern/docker_homeassistant/templates/config/configuration.yaml @@ -795,4 +795,8 @@ automation ansible: - type: turn_off device_id: 7ba91dde6b1413340fdc66f2984dfd00 entity_id: light.brightness - domain: light \ No newline at end of file + domain: light + - type: turn_off + device_id: f65f71ef46e86492b79d75223670013a + entity_id: switch.licht_hackcenter + domain: switch \ No newline at end of file -- GitLab