1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-13 09:38:42 +01:00
Files
core/tests/components/lichess/snapshots/test_init.ambr
T
rlrghb cfbd0f3217 Add puzzles to Lichess integration (#171987)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-05-24 19:55:07 +02:00

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,
})
# ---