mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Allow exposing entities not in the entity registry to assistants (#92363)
This commit is contained in:
@@ -319,6 +319,7 @@ async def test_config_entry_with_trigger_accessory(
|
||||
entity_registry: er.EntityRegistry,
|
||||
) -> None:
|
||||
"""Test generating diagnostics for a bridge config entry with a trigger accessory."""
|
||||
assert await async_setup_component(hass, "homeassistant", {})
|
||||
assert await async_setup_component(hass, "demo", {"demo": {}})
|
||||
hk_driver.publish = MagicMock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user