Allow exposing entities not in the entity registry to assistants (#92363)

This commit is contained in:
Erik Montnemery
2023-05-02 22:08:09 +02:00
committed by GitHub
parent cc4e741cfa
commit e3c16e634b
52 changed files with 563 additions and 224 deletions

View File

@@ -427,6 +427,7 @@ async def test_options_flow_devices(
demo_config_entry = MockConfigEntry(domain="domain")
demo_config_entry.add_to_hass(hass)
assert await async_setup_component(hass, "homeassistant", {})
assert await async_setup_component(hass, "demo", {"demo": {}})
assert await async_setup_component(hass, "homekit", {"homekit": {}})