From eb8f69c03d0b90373a9cbbdc384290b8b69bfeae Mon Sep 17 00:00:00 2001 From: pgrondek Date: Tue, 26 Jan 2021 08:21:30 +0000 Subject: [PATCH] Fix automation turning bathroom lights off --- automations/files/bathroom-motion.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automations/files/bathroom-motion.yaml b/automations/files/bathroom-motion.yaml index b4f08f0..01c43c0 100644 --- a/automations/files/bathroom-motion.yaml +++ b/automations/files/bathroom-motion.yaml @@ -65,4 +65,6 @@ to: 'off' action: - service: light.turn_off - entity_id: light.bathroom_lights + entity_id: + - light.bathroom_lights + - light.bathroom_mirror_lights