from the developer tools i get the following output for {{ (state_attr('input_datetime.sonosweckzeit', 'timestamp') - 30*60 ) | timestamp_custom('%H:%M', false) }}
β 05:13
when i look into the trace timeline, i wonder why itβs triggered at 00:00:00
this automation works fine with Version Home Assistant OS 7.1. It was heating my bathroom at 05:13 for 25Minutes. In Version Home Assistant OS 7.2 it triggers at midnight and i donβt know why.
Well, even considering youβre doing string comparisons, β00:00β is smaller than β05:13β.
I would expect this to trigger every minutes until 05:13.
If you want it to trigger once at at 05:13, you probably want β==β