mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Allow exposing entities not in the entity registry to assistants (#92363)
This commit is contained in:
@@ -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": {}})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user