mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 03:22:55 +01: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