mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2026-02-04 11:08:26 +00:00
trying script blueprint
This commit is contained in:
@ -71,13 +71,13 @@ fields:
|
|||||||
default: 5
|
default: 5
|
||||||
name: Light Timeout
|
name: Light Timeout
|
||||||
variables:
|
variables:
|
||||||
alarm_length: !input alarm_length
|
# alarm_length: !input alarm_length
|
||||||
steps_per_minute: !input steps_per_minute
|
# steps_per_minute: !input steps_per_minute
|
||||||
target_light: !input target_light
|
# target_light: !input target_light
|
||||||
max_brightness_pct: !input max_brightness_pct
|
# max_brightness_pct: !input max_brightness_pct
|
||||||
target_kelvin: !input target_kelvin
|
# target_kelvin: !input target_kelvin
|
||||||
start_kelvin: !input start_kelvin
|
# start_kelvin: !input start_kelvin
|
||||||
light_timeout: !input light_timeout
|
# light_timeout: !input light_timeout
|
||||||
|
|
||||||
steps: "{{ alarm_length * steps_per_minute }}"
|
steps: "{{ alarm_length * steps_per_minute }}"
|
||||||
min_brightness: |-
|
min_brightness: |-
|
||||||
|
|||||||
Reference in New Issue
Block a user