mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Adjust asuswrt tests which create devices (#98182)
This commit is contained in:
parent
f0e9dccb58
commit
f77387bd0f
@ -95,6 +95,7 @@ def create_device_registry_devices_fixture(hass: HomeAssistant):
|
||||
"""Create device registry devices so the device tracker entities are enabled when added."""
|
||||
dev_reg = dr.async_get(hass)
|
||||
config_entry = MockConfigEntry(domain="something_else")
|
||||
config_entry.add_to_hass(hass)
|
||||
|
||||
for idx, device in enumerate(
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user