core/homeassistant/components/recorder
Aleksandr Smirnov 089a2f4e71 Logbook speedup (#18376)
* filter logbook results by entity_id prior to instantiating them

* include by default, pass pep8

* pass pylint

* use entityfilter, update tests
2018-11-19 10:36:00 +01:00
..
__init__.py Upgrade sqlalchemy to 1.2.14 (#18504) 2018-11-16 14:15:53 +01:00
const.py
migration.py Logbook speedup (#18376) 2018-11-19 10:36:00 +01:00
models.py Logbook speedup (#18376) 2018-11-19 10:36:00 +01:00
purge.py Remove automatic sqlite vacuum (#12728) 2018-02-26 22:41:37 -08:00
services.yaml Purge recorder data by default (#12271) 2018-02-11 13:22:59 -08:00
util.py