core/homeassistant/components/logbook
J. Nick Koston 76db2b39b0
Move logbook continuous domain filtering to sql (#37115)
* Move logbook continuous domain filtering to sql

sensors tend to generate a significant amount of states
that are filtered out by logbook.  In testing 75% of
states can be filtered away in sql to avoid the
sqlalchemy ORM overhead of creating objects that will
be discarded.

* remove un-needed nesting
2020-06-26 09:12:50 -05:00
..
__init__.py Move logbook continuous domain filtering to sql (#37115) 2020-06-26 09:12:50 -05:00
manifest.json Ensure http can startup if homekit fails to load (#35888) 2020-05-21 08:48:01 +02:00
services.yaml Add yamllint (in pre-commit and CI) (#33676) 2020-04-05 10:33:45 +02:00