mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Inline primary integration (#119860)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -118,7 +118,7 @@ async def test_migrate_device_id_no_serial_skip_if_other_owner(
|
||||
bridge = device_registry.async_get(bridge.id)
|
||||
|
||||
assert bridge.identifiers == variant.before
|
||||
assert bridge.config_entries == {entry.entry_id}
|
||||
assert bridge.config_entries == [entry.entry_id]
|
||||
|
||||
|
||||
@pytest.mark.parametrize("variant", DEVICE_MIGRATION_TESTS)
|
||||
|
||||
Reference in New Issue
Block a user