Change id from TV Lights to Couch Lights
This commit is contained in:
parent
baed8e95ee
commit
9047ee697d
@ -27,7 +27,7 @@
|
|||||||
- choose:
|
- choose:
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
en0tity_id: input_boolean.sleep_mode
|
entity_id: input_boolean.sleep_mode
|
||||||
state: 'on'
|
state: 'on'
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
|
@ -75,14 +75,14 @@
|
|||||||
- choose:
|
- choose:
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: light.tv_lights
|
entity_id: light.couch_lights
|
||||||
state: 'on'
|
state: 'on'
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.tv_lights
|
entity_id: light.couch_lights
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: light.tv_lights
|
entity_id: light.couch_lights
|
||||||
state: 'off'
|
state: 'off'
|
||||||
sequence:
|
sequence:
|
||||||
- choose:
|
- choose:
|
||||||
@ -98,7 +98,7 @@
|
|||||||
state: 'on'
|
state: 'on'
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.tv_lights
|
entity_id: light.couch_lights
|
||||||
data:
|
data:
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
kelvin: 2000
|
kelvin: 2000
|
||||||
@ -108,7 +108,7 @@
|
|||||||
state: 'off'
|
state: 'off'
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.tv_lights
|
entity_id: light.couch_lights
|
||||||
data:
|
data:
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
kelvin: 3200
|
kelvin: 3200
|
||||||
@ -118,7 +118,7 @@
|
|||||||
state: Night
|
state: Night
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.tv_lights
|
entity_id: light.couch_lights
|
||||||
data:
|
data:
|
||||||
brightness_pct: 5
|
brightness_pct: 5
|
||||||
kelvin: 2700
|
kelvin: 2700
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
name: Kitchen Lights
|
name: Kitchen Lights
|
||||||
- entityId: light.shower_lights
|
- entityId: light.shower_lights
|
||||||
name: Shower Lights
|
name: Shower Lights
|
||||||
- entityId: light.tv_lights
|
- entityId: light.couch_lights
|
||||||
name: TV Lights
|
name: Couch Lights
|
||||||
- entityId: light.desk_lightbar
|
- entityId: light.desk_lightbar
|
||||||
name: Desk Lightbar
|
name: Desk Lightbar
|
||||||
- name: Concat scripts
|
- name: Concat scripts
|
||||||
|
@ -12,8 +12,8 @@ good_night:
|
|||||||
- light.desk_lightbar
|
- light.desk_lightbar
|
||||||
- light.desk_lightbar_ambilight
|
- light.desk_lightbar_ambilight
|
||||||
- light.computer_lights
|
- light.computer_lights
|
||||||
|
- light.couch_lights
|
||||||
- light.tv_lights
|
- light.tv_lights
|
||||||
- light.couch_lamp
|
|
||||||
- light.table_lamp
|
- light.table_lamp
|
||||||
- light.kitchen_lights
|
- light.kitchen_lights
|
||||||
- light.kitchen_sink_lighstrip
|
- light.kitchen_sink_lighstrip
|
||||||
@ -92,8 +92,8 @@ leave_home:
|
|||||||
- light.desk_lightbar
|
- light.desk_lightbar
|
||||||
- light.desk_lightbar_ambilight
|
- light.desk_lightbar_ambilight
|
||||||
- light.computer_lights
|
- light.computer_lights
|
||||||
|
- light.couch_lights
|
||||||
- light.tv_lights
|
- light.tv_lights
|
||||||
- light.couch_lamp
|
|
||||||
- light.table_lamp
|
- light.table_lamp
|
||||||
- light.kitchen_lights
|
- light.kitchen_lights
|
||||||
- light.kitchen_sink_lighstrip
|
- light.kitchen_sink_lighstrip
|
||||||
|
Loading…
Reference in New Issue
Block a user