core/homeassistant/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 Provide a logbook option entity_matches_only to optimize for single entity lookup (#39555) 2020-09-02 10:32:08 -05:00
manifest.json Ensure http can startup if homekit fails to load (#35888) 2020-05-21 08:48:01 +02:00
services.yaml