mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
* Add prefix path configuration support * fix typo * formatting * uppercase * changes * redact host
23 lines
498 B
Plaintext
23 lines
498 B
Plaintext
# serializer version: 1
|
|
# name: test_diagnostics
|
|
dict({
|
|
'config_entry_data': dict({
|
|
'password': '**REDACTED**',
|
|
'url': 'https://**redacted**:8000/prefix',
|
|
'username': '**REDACTED**',
|
|
'verify_ssl': False,
|
|
}),
|
|
'pyload_data': dict({
|
|
'active': 1,
|
|
'captcha': False,
|
|
'download': True,
|
|
'free_space': 99999999999,
|
|
'pause': False,
|
|
'queue': 6,
|
|
'reconnect': False,
|
|
'speed': 5405963.0,
|
|
'total': 37,
|
|
}),
|
|
})
|
|
# ---
|