I have a total runtime calculator based on a binary switch that all of a sudden jumped by ~400,000 hours. No idea why, could this be bug?
CONFIG
sensor:
- platform: history_stats
name: RO Pump Run Time
entity_id: binary_sensor.ro_pump
unique_id: f420a137-4568-4beb-861d-c89bd140c715
state: "on"
type: time
start: "{{as_datetime(0)}}"
end: "{{now()}}"
I suspect this has something to do with the fact that I started counting from 0 epoch. But the binary sensor didn’t exist then, so it couldn’t possible be on, and why would this have suddenly changed