Add unit of measurement to inputs

This commit is contained in:
TheThomaas 2026-02-15 10:15:23 +01:00
parent b114dc1ca5
commit 0baba4cf09

View file

@ -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 ?