1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-18 20:13:24 +01:00
Files
core/tests/components/eafm/snapshots/test_init.ambr

35 lines
852 B
Plaintext

# serializer version: 1
# name: test_load_unload_entry
list([
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(
'eafm',
'L1234',
),
}),
'labels': set({
}),
'manufacturer': 'https://environment.data.gov.uk/',
'model': 'Water Level',
'model_id': None,
'name': 'My station Water Level Stage',
'name_by_user': None,
'primary_config_entry': <ANY>,
'serial_number': None,
'sw_version': None,
'via_device_id': None,
}),
])
# ---