Remove old unused entity light.computer_lights
This commit is contained in:
parent
3972ffcd3a
commit
182c9c3575
@ -10,7 +10,6 @@
|
|||||||
action:
|
action:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.computer_lights
|
|
||||||
- light.desk_lightbar
|
- light.desk_lightbar
|
||||||
- light.desk_lightbar_ambilight
|
- light.desk_lightbar_ambilight
|
||||||
mode: single
|
mode: single
|
@ -9,8 +9,6 @@
|
|||||||
lights:
|
lights:
|
||||||
- entityId: light.bathroom_lights
|
- entityId: light.bathroom_lights
|
||||||
name: Bathroom Lights
|
name: Bathroom Lights
|
||||||
- entityId: light.computer_lights
|
|
||||||
name: Computer Lights
|
|
||||||
- entityId: light.kitchen_lights
|
- entityId: light.kitchen_lights
|
||||||
name: Kitchen Lights
|
name: Kitchen Lights
|
||||||
- entityId: light.shower_lights
|
- entityId: light.shower_lights
|
||||||
@ -19,6 +17,8 @@
|
|||||||
name: Couch Lights
|
name: Couch Lights
|
||||||
- entityId: light.desk_lightbar
|
- entityId: light.desk_lightbar
|
||||||
name: Desk Lightbar
|
name: Desk Lightbar
|
||||||
|
- entityId: light.table_lamp
|
||||||
|
name: Table lamp
|
||||||
- name: Concat scripts
|
- name: Concat scripts
|
||||||
ansible.builtin.assemble:
|
ansible.builtin.assemble:
|
||||||
src: scripts
|
src: scripts
|
||||||
|
@ -11,7 +11,6 @@ good_night:
|
|||||||
entity_id:
|
entity_id:
|
||||||
- light.desk_lightbar
|
- light.desk_lightbar
|
||||||
- light.desk_lightbar_ambilight
|
- light.desk_lightbar_ambilight
|
||||||
- light.computer_lights
|
|
||||||
- light.couch_lights
|
- light.couch_lights
|
||||||
- light.tv_lights
|
- light.tv_lights
|
||||||
- light.table_lamp
|
- light.table_lamp
|
||||||
@ -106,7 +105,6 @@ leave_home:
|
|||||||
entity_id:
|
entity_id:
|
||||||
- light.desk_lightbar
|
- light.desk_lightbar
|
||||||
- light.desk_lightbar_ambilight
|
- light.desk_lightbar_ambilight
|
||||||
- light.computer_lights
|
|
||||||
- light.couch_lights
|
- light.couch_lights
|
||||||
- light.tv_lights
|
- light.tv_lights
|
||||||
- light.table_lamp
|
- light.table_lamp
|
||||||
|
Loading…
Reference in New Issue
Block a user