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