Adjust matter tests which create devices (#98198)
This commit is contained in:
@@ -43,6 +43,7 @@ async def test_get_node_from_device_entry(
|
||||
device_registry = dr.async_get(hass)
|
||||
other_domain = "other_domain"
|
||||
other_config_entry = MockConfigEntry(domain=other_domain)
|
||||
other_config_entry.add_to_hass(hass)
|
||||
other_device_entry = device_registry.async_get_or_create(
|
||||
config_entry_id=other_config_entry.entry_id,
|
||||
identifiers={(other_domain, "1234")},
|
||||
|
||||
Reference in New Issue
Block a user