This is very likely my fault, I've got an automation that turns an extractor fan on and off based on a temperature sensor. It seems like when I update/restart HA (just patched it to the latest) the timed section of the automation doesn't detect. The automation basically says if under/over X temp for Y minutes then turn on/off. However since the reboot it's been under the target temp for a few hours but the automation never fired. Including YAML below
alias: Extractor fan (off)
description: ""
triggers:
- entity_id:
- sensor.thermostat_networkcab_temperature
below: 25
for:
hours: 0
minutes: 10
seconds: 0
trigger: numeric_state
conditions:
- condition: device
type: is_on
device_id: 6764600109f348e3f90d45a1b8fd4ba8
entity_id: a49526fc4319140242daabff259f39fb
domain: switch
actions:
- type: turn_off
device_id: 6764600109f348e3f90d45a1b8fd4ba8
entity_id: a49526fc4319140242daabff259f39fb
domain: switch
mode: restart