Group actions in section
This commit is contained in:
parent
576857a310
commit
b114dc1ca5
|
|
@ -69,16 +69,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue