From 0baba4cf090a9a6d0311cf6caae7202133559457 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Sun, 15 Feb 2026 10:15:23 +0100 Subject: [PATCH] Add unit of measurement to inputs --- alarm_clock.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alarm_clock.yaml b/alarm_clock.yaml index e841060..cfda2c0 100644 --- a/alarm_clock.yaml +++ b/alarm_clock.yaml @@ -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 ?