Change id from TV Lights to Couch Lights
This commit is contained in:
parent
baed8e95ee
commit
9047ee697d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user