mirror of https://github.com/home-assistant/core
34 lines
747 B
Plaintext
34 lines
747 B
Plaintext
# serializer version: 1
|
|
# name: test_device
|
|
DeviceRegistryEntrySnapshot({
|
|
'area_id': 'basement',
|
|
'config_entries': <ANY>,
|
|
'configuration_url': None,
|
|
'connections': set({
|
|
}),
|
|
'disabled_by': None,
|
|
'entry_type': None,
|
|
'hw_version': None,
|
|
'id': <ANY>,
|
|
'identifiers': set({
|
|
tuple(
|
|
'aosmith',
|
|
'junctionId',
|
|
),
|
|
}),
|
|
'is_new': False,
|
|
'labels': set({
|
|
}),
|
|
'manufacturer': 'A. O. Smith',
|
|
'model': 'HPTS-50 200 202172000',
|
|
'model_id': None,
|
|
'name': 'My water heater',
|
|
'name_by_user': None,
|
|
'primary_config_entry': <ANY>,
|
|
'serial_number': 'serial',
|
|
'suggested_area': 'Basement',
|
|
'sw_version': '2.14',
|
|
'via_device_id': None,
|
|
})
|
|
# ---
|