mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 03:47:14 +00:00
54 lines
1.0 KiB
Plaintext
54 lines
1.0 KiB
Plaintext
# serializer version: 1
|
|
# name: test_diagnostics_polling_instance
|
|
dict({
|
|
'coordinator_data': dict({
|
|
'issues': dict({
|
|
'audio': 4,
|
|
'closed': 5,
|
|
'open': 10,
|
|
'others': 2,
|
|
'subtitles': 3,
|
|
'total': 15,
|
|
'video': 6,
|
|
}),
|
|
'requests': dict({
|
|
'approved': 11,
|
|
'available': 8,
|
|
'declined': 0,
|
|
'movie': 9,
|
|
'pending': 0,
|
|
'processing': 3,
|
|
'total': 11,
|
|
'tv': 2,
|
|
}),
|
|
}),
|
|
'has_cloudhooks': False,
|
|
})
|
|
# ---
|
|
# name: test_diagnostics_webhook_instance
|
|
dict({
|
|
'coordinator_data': dict({
|
|
'issues': dict({
|
|
'audio': 4,
|
|
'closed': 5,
|
|
'open': 10,
|
|
'others': 2,
|
|
'subtitles': 3,
|
|
'total': 15,
|
|
'video': 6,
|
|
}),
|
|
'requests': dict({
|
|
'approved': 11,
|
|
'available': 8,
|
|
'declined': 0,
|
|
'movie': 9,
|
|
'pending': 0,
|
|
'processing': 3,
|
|
'total': 11,
|
|
'tv': 2,
|
|
}),
|
|
}),
|
|
'has_cloudhooks': True,
|
|
})
|
|
# ---
|