Fix lights living room scripts
This commit is contained in:
parent
44cb2ffe7d
commit
6983888525
@ -4,16 +4,16 @@ living_room_lights_toggle:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: light.table_lamp_lights
|
||||
entity_id: light.couch_lights
|
||||
state: 'on'
|
||||
sequence:
|
||||
living_room_ice: script.table_lights_off
|
||||
- service: script.living_room_lights_off
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: light.table_lamp_lights
|
||||
entity_id: light.couch_lights
|
||||
state: 'off'
|
||||
sequence:
|
||||
living_room_ice: script.table_lights_on
|
||||
- service: script.living_room_lights_on
|
||||
|
||||
living_room_lights_on:
|
||||
alias: '[Living Room] Lights on'
|
||||
|
Loading…
Reference in New Issue
Block a user