hass-core/homeassistant/components/history
J. Nick Koston 6885d72180
Avoid a context switch in the history api (#35716)
* Avoid a context switch in the history api

The history api was creating a job to fetch the
states and another job to convert the states to
json. This can be done in a single job which
decreases the overhead of the operation.

* Revert to original solution to avoid function redefine each call
2020-05-18 11:57:16 -05:00
..
__init__.py Avoid a context switch in the history api (#35716) 2020-05-18 11:57:16 -05:00
manifest.json Remove unused manifest fields (#33595) 2020-04-03 12:58:19 -07:00