Files
core/tests/components/netio/snapshots/test_init.ambr
T
3d3117f911 Add config flow to Netio using the JSON API (#177043)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-08-24 15:36:43 +02:00

36 lines
768 B
Plaintext

# serializer version: 1
# name: test_device_registry
DeviceRegistryEntrySnapshot({
'area_id': None,
'config_entry_id': <ANY>,
'config_subentry_id': <ANY>,
'configuration_url': 'http://192.168.1.10:80',
'connections': set({
tuple(
'mac',
'24:a4:2c:39:f8:7e',
),
}),
'disabled_by': None,
'entry_type': None,
'hw_version': None,
'id': <ANY>,
'identifiers': set({
tuple(
'netio',
'24A42C39F87E',
),
}),
'labels': set({
}),
'manufacturer': 'NETIO products',
'model': '101x',
'model_id': None,
'name': 'PowerCable',
'name_by_user': None,
'serial_number': '24A42C39F87E',
'sw_version': '3.1.4',
'via_device_id': None,
})
# ---