Adjust unifi tests which create devices (#98211)
This commit is contained in:
parent
fb1bb0d374
commit
05ac67eba2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue