From df55670b3cfda294c2725f8b55765a1a290ff477 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Tue, 26 Jan 2021 08:32:34 +0000 Subject: [PATCH] Fix wrong entity_id --- automations/files/bathroom-shower-motion.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automations/files/bathroom-shower-motion.yaml b/automations/files/bathroom-shower-motion.yaml index 7cd6194..cf2af29 100644 --- a/automations/files/bathroom-shower-motion.yaml +++ b/automations/files/bathroom-shower-motion.yaml @@ -8,7 +8,7 @@ to: 'on' action: - service: light.turn_on - entity_id: shower_lights + entity_id: light.shower_lights - id: bathroom-shower-motion-off alias: '[Bathroom] Shower Motion Off' mode: restart @@ -20,4 +20,4 @@ to: 'off' action: - service: light.turn_off - entity_id: shower_lights + entity_id: light.shower_lights \ No newline at end of file