diff --git a/scripts/96.lights-living-room.yaml b/scripts/96.lights-living-room.yaml index 48d7bb4..83e5f48 100644 --- a/scripts/96.lights-living-room.yaml +++ b/scripts/96.lights-living-room.yaml @@ -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'