Fix wrong entity_id
This commit is contained in:
parent
eb8f69c03d
commit
df55670b3c
@ -8,7 +8,7 @@
|
|||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: shower_lights
|
entity_id: light.shower_lights
|
||||||
- id: bathroom-shower-motion-off
|
- id: bathroom-shower-motion-off
|
||||||
alias: '[Bathroom] Shower Motion Off'
|
alias: '[Bathroom] Shower Motion Off'
|
||||||
mode: restart
|
mode: restart
|
||||||
@ -20,4 +20,4 @@
|
|||||||
to: 'off'
|
to: 'off'
|
||||||
action:
|
action:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: shower_lights
|
entity_id: light.shower_lights
|
Loading…
Reference in New Issue
Block a user