Rearrangements for color lights in living room and new bulbs upstairs
This commit is contained in:
@ -299,6 +299,42 @@
|
|||||||
- service: adaptive_lighting.apply
|
- service: adaptive_lighting.apply
|
||||||
data:
|
data:
|
||||||
entity_id: switch.adaptive_lighting_living_room
|
entity_id: switch.adaptive_lighting_living_room
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.living_room_scenes
|
||||||
|
state: Energize
|
||||||
|
sequence:
|
||||||
|
- service: scene.turn_on
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: scene.living_room_energize
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.living_room_scenes
|
||||||
|
state: Concentrate
|
||||||
|
sequence:
|
||||||
|
- service: scene.turn_on
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: scene.living_room_concentrate
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.living_room_scenes
|
||||||
|
state: Read
|
||||||
|
sequence:
|
||||||
|
- service: scene.turn_on
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: scene.living_room_read
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.living_room_scenes
|
||||||
|
state: Relax
|
||||||
|
sequence:
|
||||||
|
- service: scene.turn_on
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: scene.living_room_relax
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_select.living_room_scenes
|
entity_id: input_select.living_room_scenes
|
||||||
|
@ -29,8 +29,8 @@ light:
|
|||||||
- platform: group
|
- platform: group
|
||||||
name: Living Room Lights
|
name: Living Room Lights
|
||||||
entities:
|
entities:
|
||||||
- light.living_room_overhead_1
|
- light.living_room_color_1
|
||||||
- light.living_room_overhead_2
|
- light.living_room_color_2
|
||||||
- platform: group
|
- platform: group
|
||||||
name: Master Bedroom Lights
|
name: Master Bedroom Lights
|
||||||
entities:
|
entities:
|
||||||
@ -74,6 +74,11 @@ light:
|
|||||||
- light.basement_tall_lamp
|
- light.basement_tall_lamp
|
||||||
- light.basement_short_lamp
|
- light.basement_short_lamp
|
||||||
- light.basement_led_strip_1
|
- light.basement_led_strip_1
|
||||||
|
- platform: group
|
||||||
|
name: Upstairs Bathroom Lights
|
||||||
|
entities:
|
||||||
|
- light.upstairs_bathroom_left
|
||||||
|
- light.upstairs_bathroom_right
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
themes: !include_dir_merge_named themes
|
themes: !include_dir_merge_named themes
|
||||||
|
@ -5,6 +5,10 @@ living_room_scenes:
|
|||||||
- Bright
|
- Bright
|
||||||
- Dimmed
|
- Dimmed
|
||||||
- Nightlight
|
- Nightlight
|
||||||
|
- Energize
|
||||||
|
- Concentrate
|
||||||
|
- Read
|
||||||
|
- Relax
|
||||||
- Reset
|
- Reset
|
||||||
initial: Adaptive
|
initial: Adaptive
|
||||||
icon: hue:room-living
|
icon: hue:room-living
|
||||||
|
21
scripts.yaml
21
scripts.yaml
@ -39,16 +39,20 @@ give_me_darkness:
|
|||||||
- switch.adaptive_lighting_sleep_mode_upstairs_hallway
|
- switch.adaptive_lighting_sleep_mode_upstairs_hallway
|
||||||
- switch.adaptive_lighting_sleep_mode_mud_room
|
- switch.adaptive_lighting_sleep_mode_mud_room
|
||||||
- switch.adaptive_lighting_sleep_mode_dining_room
|
- switch.adaptive_lighting_sleep_mode_dining_room
|
||||||
|
- switch.adaptive_lighting_sleep_mode_upstairs_bathroom
|
||||||
data: {}
|
data: {}
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
target:
|
target:
|
||||||
device_id:
|
|
||||||
- cfa5796f2572082c37db92f809e432bc
|
|
||||||
- 3ccbb8face40bff22fd924966bbb19f5
|
|
||||||
area_id:
|
area_id:
|
||||||
- kallen_bedroom
|
- kallen_bedroom
|
||||||
- master_bedroom
|
- master_bedroom
|
||||||
|
- living_room
|
||||||
|
- nursery
|
||||||
data: {}
|
data: {}
|
||||||
|
- service: light.turn_on
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
area_id: upstairs_bathroom
|
||||||
mode: single
|
mode: single
|
||||||
icon: mdi:weather-night
|
icon: mdi:weather-night
|
||||||
start_youtube:
|
start_youtube:
|
||||||
@ -141,7 +145,9 @@ goodnight:
|
|||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
entity_id: switch.adaptive_lighting_sleep_mode_upstairs_hallway
|
entity_id:
|
||||||
|
- switch.adaptive_lighting_sleep_mode_upstairs_hallway
|
||||||
|
- switch.adaptive_lighting_sleep_mode_upstairs_bathroom
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
target:
|
target:
|
||||||
area_id:
|
area_id:
|
||||||
@ -153,6 +159,7 @@ goodnight:
|
|||||||
- nursery
|
- nursery
|
||||||
- living_room
|
- living_room
|
||||||
- dining_room
|
- dining_room
|
||||||
|
- upstairs_hallway
|
||||||
data: {}
|
data: {}
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
target:
|
target:
|
||||||
@ -268,6 +275,7 @@ global_off:
|
|||||||
- nursery
|
- nursery
|
||||||
- upstairs_hallway
|
- upstairs_hallway
|
||||||
- dining_room
|
- dining_room
|
||||||
|
- upstairs_bathroom
|
||||||
data: {}
|
data: {}
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
target:
|
target:
|
||||||
@ -295,6 +303,7 @@ global_on:
|
|||||||
- nursery
|
- nursery
|
||||||
- upstairs_hallway
|
- upstairs_hallway
|
||||||
- dining_room
|
- dining_room
|
||||||
|
- upstairs_bathroom
|
||||||
data: {}
|
data: {}
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
target:
|
target:
|
||||||
@ -320,6 +329,7 @@ max_brightness:
|
|||||||
- switch.adaptive_lighting_nursery
|
- switch.adaptive_lighting_nursery
|
||||||
- switch.adaptive_lighting_upstairs_hallway
|
- switch.adaptive_lighting_upstairs_hallway
|
||||||
- switch.adaptive_lighting_dining_room
|
- switch.adaptive_lighting_dining_room
|
||||||
|
- switch.adaptive_lighting_upstairs_bathroom
|
||||||
data: {}
|
data: {}
|
||||||
- delay:
|
- delay:
|
||||||
hours: 0
|
hours: 0
|
||||||
@ -337,6 +347,7 @@ max_brightness:
|
|||||||
- nursery
|
- nursery
|
||||||
- upstairs_hallway
|
- upstairs_hallway
|
||||||
- dining_room
|
- dining_room
|
||||||
|
- upstairs_bathroom
|
||||||
data:
|
data:
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
@ -358,12 +369,14 @@ going_upstairs:
|
|||||||
- switch.adaptive_lighting_sleep_mode_basement_studio
|
- switch.adaptive_lighting_sleep_mode_basement_studio
|
||||||
- switch.adaptive_lighting_sleep_mode_mud_room
|
- switch.adaptive_lighting_sleep_mode_mud_room
|
||||||
- switch.adaptive_lighting_sleep_mode_upstairs_hallway
|
- switch.adaptive_lighting_sleep_mode_upstairs_hallway
|
||||||
|
- switch.adaptive_lighting_sleep_mode_upstairs_bathroom
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.living_room_lights
|
- light.living_room_lights
|
||||||
- light.basement_led_strip_1
|
- light.basement_led_strip_1
|
||||||
|
- light.upstairs_bathroom_lights
|
||||||
mode: single
|
mode: single
|
||||||
icon: hue:room-stairs
|
icon: hue:room-stairs
|
||||||
good_morning:
|
good_morning:
|
||||||
|
Reference in New Issue
Block a user