mirror of
https://github.com/home-assistant/core.git
synced 2026-09-11 18:24:54 -05:00
Fix recorder run history during schema migration RunHistory.get and RunHistory.current can be called before RunHistory.start. We need to return a RecorderRuns object with the recording_start time that will be used when start it called to ensure history queries still work as expected. fixes #87112