Add logbook platforms (#37078)
* Add logbook platforms * Fix logbook describe test
This commit is contained in:
parent
7968cd650a
commit
5bc6ed4cef
19 changed files with 215 additions and 116 deletions
|
@ -472,7 +472,9 @@ async def test_config(hass):
|
|||
|
||||
async def test_logbook_humanify_script_started_event(hass):
|
||||
"""Test humanifying script started event."""
|
||||
hass.config.components.add("recorder")
|
||||
await async_setup_component(hass, DOMAIN, {})
|
||||
await async_setup_component(hass, "logbook", {})
|
||||
entity_attr_cache = logbook.EntityAttributeCache(hass)
|
||||
|
||||
event1, event2 = list(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue