Remove old unused entity light.computer_lights
This commit is contained in:
parent
3972ffcd3a
commit
182c9c3575
@ -10,7 +10,6 @@
|
||||
action:
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- light.computer_lights
|
||||
- light.desk_lightbar
|
||||
- light.desk_lightbar_ambilight
|
||||
mode: single
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user