1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/tests/components/togrill/snapshots/test_init.ambr
2025-08-27 01:17:33 +02:00

37 lines
819 B
Plaintext

# serializer version: 1
# name: test_setup_device_present
DeviceRegistryEntrySnapshot({
'area_id': None,
'config_entries': <ANY>,
'config_entries_subentries': <ANY>,
'configuration_url': None,
'connections': set({
tuple(
'bluetooth',
'00000000-0000-0000-0000-000000000001',
),
}),
'disabled_by': None,
'entry_type': None,
'hw_version': None,
'id': <ANY>,
'identifiers': set({
tuple(
'togrill',
'00000000-0000-0000-0000-000000000001',
),
}),
'labels': set({
}),
'manufacturer': None,
'model': None,
'model_id': 'Pro-05',
'name': 'Pro-05',
'name_by_user': None,
'primary_config_entry': <ANY>,
'serial_number': None,
'sw_version': '0.0',
'via_device_id': None,
})
# ---