mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
33 lines
759 B
Plaintext
33 lines
759 B
Plaintext
# serializer version: 1
|
|
# name: test_device_registry_creation
|
|
DeviceRegistryEntrySnapshot({
|
|
'area_id': None,
|
|
'config_entries': <ANY>,
|
|
'config_entries_subentries': <ANY>,
|
|
'configuration_url': 'https://192.168.1.1',
|
|
'connections': set({
|
|
}),
|
|
'disabled_by': None,
|
|
'entry_type': None,
|
|
'hw_version': None,
|
|
'id': <ANY>,
|
|
'identifiers': set({
|
|
tuple(
|
|
'teltonika',
|
|
'1234567890',
|
|
),
|
|
}),
|
|
'labels': set({
|
|
}),
|
|
'manufacturer': 'Teltonika',
|
|
'model': 'RUTX50',
|
|
'model_id': None,
|
|
'name': 'RUTX50 Test',
|
|
'name_by_user': None,
|
|
'primary_config_entry': <ANY>,
|
|
'serial_number': '1234567890',
|
|
'sw_version': 'RUTX_R_00.07.17.3',
|
|
'via_device_id': None,
|
|
})
|
|
# ---
|