Prevent spamming TV screen with notifications when lights reset
This commit is contained in:
@ -988,11 +988,11 @@ automation:
|
||||
- condition: template
|
||||
value_template: "{{ is_state_attr('light.living_room_lights','color_mode','color_temp') }}"
|
||||
action:
|
||||
- service: input_select.select_option
|
||||
target:
|
||||
entity_id: input_select.living_room_scenes
|
||||
- service: adaptive_lighting.apply
|
||||
data:
|
||||
option: Adaptive
|
||||
entity_id: switch.adaptive_lighting_living_room
|
||||
adapt_brightness: "{{ is_state('switch.adaptive_lighting_adapt_brightness_living_room','on') }}"
|
||||
adapt_color: "{{ is_state('switch.adaptive_lighting_adapt_color_living_room','on') }}"
|
||||
|
||||
script:
|
||||
adaptive_on_first_floor:
|
||||
|
Reference in New Issue
Block a user