1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00
Files
core/tests/components/pyload/snapshots/test_diagnostics.ambr
Manu 0a3562aca3 Add prefix path support to pyLoad integration (#139139)
* Add prefix path configuration support

* fix typo

* formatting

* uppercase

* changes

* redact host
2025-03-02 16:45:57 +01:00

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