Andrey Biryukov

Results 2 comments of Andrey Biryukov

I can confirm the issue too. I think the issue happens because TodSensor internally tracks UTC time instead of local time. UTC is not affected by daylight saving time. https://github.com/home-assistant/core/blob/3a13ffcf1376bafff6a32df19b197083abf6e826/homeassistant/components/tod/binary_sensor.py...

I created a workaround automation that detects DST change and reboots Home Assistant: ``` automation: - id: "on_dst_change" alias: "On DST Change" description: "Triggered when Daylight Saving Time changes are...