Ensure deconz tests add config entry before updating it (#110417)
parent
bc0a78d069
commit
61610a5ef9
|
@ -175,6 +175,7 @@ async def test_update_group_unique_id(
|
|||
CONF_PORT: "3",
|
||||
},
|
||||
)
|
||||
entry.add_to_hass(hass)
|
||||
|
||||
# Create entity entry to migrate to new unique ID
|
||||
entity_registry.async_get_or_create(
|
||||
|
|
Loading…
Reference in New Issue