This mainly addresses the client hanging and not reconnecting whenever the deluge server is restarted. See https://github.com/JohnDoee/deluge-client/pull/42 https://github.com/JohnDoee/deluge-client/compare/1.10.0...1.10.2
11 lines
311 B
JSON
11 lines
311 B
JSON
{
|
|
"domain": "deluge",
|
|
"name": "Deluge",
|
|
"codeowners": ["@tkdrob"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/deluge",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["deluge_client"],
|
|
"requirements": ["deluge-client==1.10.2"]
|
|
}
|