1
0

Fix lights living room scripts

This commit is contained in:
Przemek Grondek 2023-04-24 20:06:47 +02:00
parent 44cb2ffe7d
commit 6983888525

View File

@ -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'