Fix wrong entity_id
This commit is contained in:
parent
eb8f69c03d
commit
df55670b3c
@ -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
|
Loading…
Reference in New Issue
Block a user