Compare commits
2 commits
576857a310
...
0baba4cf09
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0baba4cf09 | ||
|
|
b114dc1ca5 |
|
|
@ -18,6 +18,7 @@ blueprint:
|
||||||
number:
|
number:
|
||||||
min: 0
|
min: 0
|
||||||
max: 30
|
max: 30
|
||||||
|
unit_of_measurement: minutes
|
||||||
turn_off_delay:
|
turn_off_delay:
|
||||||
name: Lights turn off delay
|
name: Lights turn off delay
|
||||||
description: Belay before the lights turn off after waking up
|
description: Belay before the lights turn off after waking up
|
||||||
|
|
@ -26,6 +27,7 @@ blueprint:
|
||||||
number:
|
number:
|
||||||
min: 0
|
min: 0
|
||||||
max: 30
|
max: 30
|
||||||
|
unit_of_measurement: minutes
|
||||||
binary_condition:
|
binary_condition:
|
||||||
name: Alarm today
|
name: Alarm today
|
||||||
description: Trigger the alarm today ?
|
description: Trigger the alarm today ?
|
||||||
|
|
@ -69,16 +71,20 @@ blueprint:
|
||||||
# selector:
|
# selector:
|
||||||
# entity:
|
# entity:
|
||||||
# domain: input_boolean
|
# domain: input_boolean
|
||||||
before_wake_up:
|
additional_section:
|
||||||
name: Before wake up action
|
name: Additional Actions
|
||||||
description: Actions before the lights turn on
|
description: Additional actions before and after the lights turn on
|
||||||
selector:
|
input:
|
||||||
action:
|
before_wake_up:
|
||||||
after_wake_up:
|
name: Before wake up action
|
||||||
name: After wake up action
|
description: Actions before the lights turn on
|
||||||
description: Actions after the lights turn on
|
selector:
|
||||||
selector:
|
action:
|
||||||
action:
|
after_wake_up:
|
||||||
|
name: After wake up action
|
||||||
|
description: Actions after the lights turn on
|
||||||
|
selector:
|
||||||
|
action:
|
||||||
|
|
||||||
trigger_variables:
|
trigger_variables:
|
||||||
alarm_time: !input alarm_time
|
alarm_time: !input alarm_time
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue