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