mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
Move the offset reached computation outside of the update method so that it is computed when state updates occur rather than when data refreshes happen (which are throttled and happen at most every 15 minutes). Issue #69892