mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Support for upcoming pyLoad-ng release in pyLoad integration (#141297)
Fix extra key `proxy` in pyLoad
This commit is contained in:
parent
6b9e8c301b
commit
b1ee5a76e1
@ -31,6 +31,7 @@ class PyLoadData:
|
||||
download: bool
|
||||
reconnect: bool
|
||||
captcha: bool | None = None
|
||||
proxy: bool | None = None
|
||||
free_space: int
|
||||
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
'download': True,
|
||||
'free_space': 99999999999,
|
||||
'pause': False,
|
||||
'proxy': None,
|
||||
'queue': 6,
|
||||
'reconnect': False,
|
||||
'speed': 5405963.0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user