Compare commits

...

2 commits

Author SHA1 Message Date
TheThomaas 0baba4cf09 Add unit of measurement to inputs 2026-02-15 10:15:23 +01:00
TheThomaas b114dc1ca5 Group actions in section 2026-02-15 10:14:26 +01:00

View file

@ -18,6 +18,7 @@ blueprint:
number:
min: 0
max: 30
unit_of_measurement: minutes
turn_off_delay:
name: Lights turn off delay
description: Belay before the lights turn off after waking up
@ -26,6 +27,7 @@ blueprint:
number:
min: 0
max: 30
unit_of_measurement: minutes
binary_condition:
name: Alarm today
description: Trigger the alarm today ?
@ -69,16 +71,20 @@ blueprint:
# selector:
# entity:
# domain: input_boolean
before_wake_up:
name: Before wake up action
description: Actions before the lights turn on
selector:
action:
after_wake_up:
name: After wake up action
description: Actions after the lights turn on
selector:
action:
additional_section:
name: Additional Actions
description: Additional actions before and after the lights turn on
input:
before_wake_up:
name: Before wake up action
description: Actions before the lights turn on
selector:
action:
after_wake_up:
name: After wake up action
description: Actions after the lights turn on
selector:
action:
trigger_variables:
alarm_time: !input alarm_time