Inline primary integration (#119860)

This commit is contained in:
Paulus Schoutsen 2024-06-18 02:08:08 -04:00 committed by GitHub
parent 4be3b53143
commit eb89ce47ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
74 changed files with 787 additions and 1416 deletions

View file

@ -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)