diff --git a/configuration/automations/computer-lights.yaml b/configuration/automations/computer-lights.yaml index 59d8069..0905dde 100644 --- a/configuration/automations/computer-lights.yaml +++ b/configuration/automations/computer-lights.yaml @@ -10,7 +10,6 @@ action: - service: light.turn_off entity_id: - - light.computer_lights - light.desk_lightbar - light.desk_lightbar_ambilight mode: single \ No newline at end of file diff --git a/home-assistant.yml b/home-assistant.yml index f7f9b12..4b38e66 100644 --- a/home-assistant.yml +++ b/home-assistant.yml @@ -9,8 +9,6 @@ lights: - entityId: light.bathroom_lights name: Bathroom Lights - - entityId: light.computer_lights - name: Computer Lights - entityId: light.kitchen_lights name: Kitchen Lights - entityId: light.shower_lights @@ -19,6 +17,8 @@ name: Couch Lights - entityId: light.desk_lightbar name: Desk Lightbar + - entityId: light.table_lamp + name: Table lamp - name: Concat scripts ansible.builtin.assemble: src: scripts diff --git a/scripts/10.modes.yaml b/scripts/10.modes.yaml index 713197f..ad48e23 100644 --- a/scripts/10.modes.yaml +++ b/scripts/10.modes.yaml @@ -11,7 +11,6 @@ good_night: entity_id: - light.desk_lightbar - light.desk_lightbar_ambilight - - light.computer_lights - light.couch_lights - light.tv_lights - light.table_lamp @@ -106,7 +105,6 @@ leave_home: entity_id: - light.desk_lightbar - light.desk_lightbar_ambilight - - light.computer_lights - light.couch_lights - light.tv_lights - light.table_lamp