Updates
This commit is contained in:
18
packages/light/adaptive.yaml
Normal file
18
packages/light/adaptive.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
adaptive_lighting:
|
||||
- name: "default"
|
||||
lights:
|
||||
- light.stripe
|
||||
- light.direct
|
||||
prefer_rgb_color: false
|
||||
transition: 45
|
||||
initial_transition: 1
|
||||
interval: 90
|
||||
min_brightness: 1
|
||||
max_brightness: 80
|
||||
min_color_temp: 2700
|
||||
max_color_temp: 6500
|
||||
sleep_brightness: 1
|
||||
sleep_color_temp: 1000
|
||||
take_over_control: true
|
||||
detect_non_ha_changes: false
|
||||
only_once: false
|
@ -1,15 +1,14 @@
|
||||
scene:
|
||||
- name: light_alloff
|
||||
entities:
|
||||
light.all_lights: false
|
||||
- name: light_flux
|
||||
- name: light_adaptive
|
||||
entities:
|
||||
light.all_direct: false
|
||||
light.all_indirect: true
|
||||
switch.circadian_lighting_circadian_lighting: on
|
||||
switch.adaptive_lighting_default: on
|
||||
switch.adaptive_lighting_sleep_mode_default: off
|
||||
- name: light_blue
|
||||
entities:
|
||||
switch.circadian_lighting_circadian_lighting: off
|
||||
switch.adaptive_lighting_default: off
|
||||
switch.adaptive_lighting_sleep_mode_default: off
|
||||
light.all_direct: false
|
||||
light.all_indirect:
|
||||
rgb_color: [0, 0, 255]
|
||||
@ -17,9 +16,10 @@ scene:
|
||||
brightness: 20
|
||||
- name: light_night
|
||||
entities:
|
||||
switch.circadian_lighting_circadian_lighting: off
|
||||
switch.adaptive_lighting_default: on
|
||||
light.all_direct: false
|
||||
light.all_indirect:
|
||||
rgb_color: [255, 139, 21]
|
||||
state: true
|
||||
brightness: 1
|
||||
brightness: 1
|
||||
switch.adaptive_lighting_sleep_mode_default: on
|
@ -10,9 +10,9 @@ script:
|
||||
store_name: flash_store
|
||||
entity_id:
|
||||
- light.bed
|
||||
- light.closet
|
||||
- light.ceiling
|
||||
- light.desk
|
||||
- light.direct
|
||||
- light.bed_ceiling
|
||||
- light.tv
|
||||
light_store_off:
|
||||
sequence:
|
||||
|
@ -19,28 +19,28 @@ yeelight:
|
||||
10.10.10.82:
|
||||
name: ceiling1
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
transition: 1500
|
||||
10.10.10.83:
|
||||
name: ceiling2
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
transition: 1500
|
||||
10.10.10.80:
|
||||
name: ceiling3
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
transition: 1500
|
||||
10.10.10.81:
|
||||
name: bed_ceiling
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
transition: 1500
|
||||
10.10.10.84:
|
||||
name: bed
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
transition: 1500
|
||||
model: strip1
|
||||
10.10.10.85:
|
||||
name: desk
|
||||
save_on_change: False
|
||||
transition: 2500
|
||||
transition: 1500
|
||||
model: strip1
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user