mirror of
https://github.com/steku/ha_cercadian_alarm.git
synced 2025-12-07 23:22:16 +00:00
Change offset to text
This commit is contained in:
@ -19,14 +19,10 @@ blueprint:
|
||||
offset_from_start_time:
|
||||
name: 🏁 Offset From Start Time
|
||||
description:
|
||||
Adjust the amount of time before or after the set Start Time value to start the transition. Useful if the start time comes from an alarm entity and you want to adjust where in the brightness cycle you are when the alarm goes off.
|
||||
default: 0
|
||||
Adjust the amount of time before or after the set Start Time value to start the transition. Enter seconds or HH:MM:SS format (e.g. "-00:05:00" to start 5 minutes before the Start Time. Useful if the start time comes from an alarm entity and you want to adjust where in the brightness cycle you are when the alarm goes off. See https://www.home-assistant.io/docs/automation/trigger/#sensors-of-datetime-device-class-with-offsets for caution about using positive offsets.
|
||||
default: "-00:05:00"
|
||||
selector:
|
||||
number:
|
||||
min: -60.0
|
||||
max: 60.0
|
||||
step: 1.0
|
||||
mode: slider
|
||||
text:
|
||||
workday_sensor:
|
||||
name: 📆 Workday Sensor
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user