mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Include the first seen context data in the logbook api (#39194)
* Include the context_entity_id in the logbook api context_entity_id is the first entity seen during a time period that includes the context * update test * more of them * include friendly name * pylint wants a ternary * Refactor * performance * fix homekit context * Fix self describing events * Fix external_events
This commit is contained in:
@@ -44,6 +44,7 @@ async def test_humanify_homekit_changed_event(hass, hk_driver):
|
||||
),
|
||||
],
|
||||
entity_attr_cache,
|
||||
{},
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user