I made a template sensor with delay_off: "10:00"
, thinking it meant 10 minutes 0 seconds, but apparently it is either invalid or it means 10 hours because the sensor wasn’t working properly until I changed it to delay_off: "0:10:00"
.
What exactly is the format that HA YAML uses for durations, is it some kind of Python standard?