mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Adjust unifi tests which create devices (#98211)
This commit is contained in:
parent
fb1bb0d374
commit
05ac67eba2
@ -59,6 +59,7 @@ def mock_device_registry(hass):
|
||||
"""Mock device registry."""
|
||||
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