core/tests/components/logbook
J. Nick Koston 45c28dd9c5
Provide a logbook option entity_matches_only to optimize for single entity lookup (#39555)
* Provide a logbook option entity_matches_only to optimize for single entity id lookup

When entity_matches_only is provided, contexts and events that do not
contain the entity_id are not included in the logbook response.

* Update homeassistant/components/logbook/__init__.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* api only takes a single entity

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-09-02 10:32:08 -05:00
..
__init__.py Move components to folders (#20774) 2019-02-05 19:31:15 -08:00
test_init.py Provide a logbook option entity_matches_only to optimize for single entity lookup (#39555) 2020-09-02 10:32:08 -05:00