mirror of
https://github.com/home-assistant/core.git
synced 2026-07-13 09:38:42 +01:00
cfbd0f3217
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
33 lines
730 B
Plaintext
33 lines
730 B
Plaintext
# serializer version: 1
|
|
# name: test_device
|
|
DeviceRegistryEntrySnapshot({
|
|
'area_id': None,
|
|
'config_entries': <ANY>,
|
|
'config_entries_subentries': <ANY>,
|
|
'configuration_url': None,
|
|
'connections': set({
|
|
}),
|
|
'disabled_by': None,
|
|
'entry_type': <DeviceEntryType.SERVICE: 'service'>,
|
|
'hw_version': None,
|
|
'id': <ANY>,
|
|
'identifiers': set({
|
|
tuple(
|
|
'lichess',
|
|
'drnykterstein',
|
|
),
|
|
}),
|
|
'labels': set({
|
|
}),
|
|
'manufacturer': 'Lichess',
|
|
'model': None,
|
|
'model_id': None,
|
|
'name': 'DrNykterstein',
|
|
'name_by_user': None,
|
|
'primary_config_entry': <ANY>,
|
|
'serial_number': None,
|
|
'sw_version': None,
|
|
'via_device_id': None,
|
|
})
|
|
# ---
|