mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
# serializer version: 1
|
|
# name: test_get_config_entry_diagnostics
|
|
dict({
|
|
'coordinator_data': dict({
|
|
'download_speed': 100.0,
|
|
'loaded_ping': 20.2,
|
|
'unloaded_ping': 15.2,
|
|
'upload_speed': 50.0,
|
|
}),
|
|
})
|
|
# ---
|