From 9047ee697d007154d10c082a0fc94eee32b4ef35 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 26 Aug 2021 20:04:36 +0200 Subject: [PATCH] Change id from TV Lights to Couch Lights --- configuration/automations/bathroom-button.yaml | 2 +- configuration/automations/living-room-button.yaml | 12 ++++++------ home-assistant.yml | 4 ++-- scripts/10.modes.yaml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configuration/automations/bathroom-button.yaml b/configuration/automations/bathroom-button.yaml index e79bdfe..c6ebc3c 100644 --- a/configuration/automations/bathroom-button.yaml +++ b/configuration/automations/bathroom-button.yaml @@ -27,7 +27,7 @@ - choose: - conditions: - condition: state - en0tity_id: input_boolean.sleep_mode + entity_id: input_boolean.sleep_mode state: 'on' sequence: - service: light.turn_on diff --git a/configuration/automations/living-room-button.yaml b/configuration/automations/living-room-button.yaml index b057ebd..3b86103 100644 --- a/configuration/automations/living-room-button.yaml +++ b/configuration/automations/living-room-button.yaml @@ -75,14 +75,14 @@ - choose: - conditions: - condition: state - entity_id: light.tv_lights + entity_id: light.couch_lights state: 'on' sequence: - service: light.turn_off - entity_id: light.tv_lights + entity_id: light.couch_lights - conditions: - condition: state - entity_id: light.tv_lights + entity_id: light.couch_lights state: 'off' sequence: - choose: @@ -98,7 +98,7 @@ state: 'on' sequence: - service: light.turn_on - entity_id: light.tv_lights + entity_id: light.couch_lights data: brightness_pct: 100 kelvin: 2000 @@ -108,7 +108,7 @@ state: 'off' sequence: - service: light.turn_on - entity_id: light.tv_lights + entity_id: light.couch_lights data: brightness_pct: 100 kelvin: 3200 @@ -118,7 +118,7 @@ state: Night sequence: - service: light.turn_on - entity_id: light.tv_lights + entity_id: light.couch_lights data: brightness_pct: 5 kelvin: 2700 diff --git a/home-assistant.yml b/home-assistant.yml index a30f1f7..f7f9b12 100644 --- a/home-assistant.yml +++ b/home-assistant.yml @@ -15,8 +15,8 @@ name: Kitchen Lights - entityId: light.shower_lights name: Shower Lights - - entityId: light.tv_lights - name: TV Lights + - entityId: light.couch_lights + name: Couch Lights - entityId: light.desk_lightbar name: Desk Lightbar - name: Concat scripts diff --git a/scripts/10.modes.yaml b/scripts/10.modes.yaml index 4996962..1e73e66 100644 --- a/scripts/10.modes.yaml +++ b/scripts/10.modes.yaml @@ -12,8 +12,8 @@ good_night: - light.desk_lightbar - light.desk_lightbar_ambilight - light.computer_lights + - light.couch_lights - light.tv_lights - - light.couch_lamp - light.table_lamp - light.kitchen_lights - light.kitchen_sink_lighstrip @@ -92,8 +92,8 @@ leave_home: - light.desk_lightbar - light.desk_lightbar_ambilight - light.computer_lights + - light.couch_lights - light.tv_lights - - light.couch_lamp - light.table_lamp - light.kitchen_lights - light.kitchen_sink_lighstrip