From 6983888525cc513cdb43362a70a848bd659ff76d Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 24 Apr 2023 20:06:47 +0200 Subject: [PATCH] Fix lights living room scripts --- scripts/96.lights-living-room.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'