mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2026-02-05 19:33:55 +00:00
Add minimum brightness and pre-post actions
This commit is contained in:
@ -206,6 +206,9 @@ condition:
|
|||||||
entity_id: !input person_sensor
|
entity_id: !input person_sensor
|
||||||
state: "home"
|
state: "home"
|
||||||
action:
|
action:
|
||||||
|
- choose:
|
||||||
|
- conditions: []
|
||||||
|
sequence: !input pre_action
|
||||||
- action: light.turn_on
|
- action: light.turn_on
|
||||||
data:
|
data:
|
||||||
color_temp_kelvin: !input start_kelvin_temp
|
color_temp_kelvin: !input start_kelvin_temp
|
||||||
@ -250,4 +253,7 @@ action:
|
|||||||
steps_per_minute: !input steps_per_minute
|
steps_per_minute: !input steps_per_minute
|
||||||
light_timeout: !input light_timeout
|
light_timeout: !input light_timeout
|
||||||
target_light: !input target_light
|
target_light: !input target_light
|
||||||
|
- choose:
|
||||||
|
- conditions: []
|
||||||
|
sequence: !input post_action
|
||||||
mode: single
|
mode: single
|
||||||
|
|||||||
Reference in New Issue
Block a user