#Minutes of the alarm are not set

1 messages · Page 1 of 1 (latest)

valid monolith
#

In my automation an alarm is set for 9 hours from the current time, but it only sets the alarm with whole hours... Suppose it is 11:31pm/23:31 then an alarm should be set for 8:31am/08:31, but it sets it for 8pm/08:00. Can someone help me?

See rule 66 - 78 of automation.txt

heavy tangle
#

Personally I would use the datetime methods instead now() + timedelta(hours=9) as overall I think it would be more reliable

#

As for why your thing isn't working currently, I'm guessing it's the intent extras, but I don't know enough about that stuff to be able to debug it sensibly

valid monolith