mirror of
https://github.com/home-assistant/core.git
synced 2025-06-26 16:07:08 +00:00

* Speed up history `get_states` Adding a boundary of the start of the recorder run the point is in, significantly increases the time of the query. This speeds up the fetching of the history of 1 entity. * Make single entity query easier no need for joins with single entity * Lint