From b114dc1ca5a47e3fb6c877123f1d90b9769d3403 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Sun, 15 Feb 2026 10:14:26 +0100 Subject: [PATCH] Group actions in section --- alarm_clock.yaml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/alarm_clock.yaml b/alarm_clock.yaml index 0626cea..e841060 100644 --- a/alarm_clock.yaml +++ b/alarm_clock.yaml @@ -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