please consider adding the option of an offset to the time condition:
there is a WTH, but given the WTH season is now closed, let me ‘formally’ open this FR for that.
- alias: "Example referencing a time helper"
condition: time
before: 23:00
after: input_datetime.alarmclock_wd
offset: -00:30
would be so helpful, making those time conditions be dynamic.
allowing an entity in the offset would even be better:
- alias: "Example referencing a time helper"
condition: time
before: 23:00
after: input_datetime.alarmclock_wd
offset: input_number.alarmclock_offset
use case
got a boiler I need to heat as close to the wakeup as possible, and the alarm clock changes frequently. can hard code only now
- condition: time
before: '23:00'
after: '06:00'
but that is rather sub-optimal