Bump devolo Home Control to support old websocket-client versions again (#48960)

pull/48664/head
Guido Schmitz 2021-04-10 02:07:04 +02:00 committed by GitHub
parent a36712509b
commit 441c304f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"domain": "devolo_home_control", "domain": "devolo_home_control",
"name": "devolo Home Control", "name": "devolo Home Control",
"documentation": "https://www.home-assistant.io/integrations/devolo_home_control", "documentation": "https://www.home-assistant.io/integrations/devolo_home_control",
"requirements": ["devolo-home-control-api==0.17.1"], "requirements": ["devolo-home-control-api==0.17.3"],
"after_dependencies": ["zeroconf"], "after_dependencies": ["zeroconf"],
"config_flow": true, "config_flow": true,
"codeowners": ["@2Fake", "@Shutgun"], "codeowners": ["@2Fake", "@Shutgun"],

View File

@ -482,7 +482,7 @@ deluge-client==1.7.1
denonavr==0.10.5 denonavr==0.10.5
# homeassistant.components.devolo_home_control # homeassistant.components.devolo_home_control
devolo-home-control-api==0.17.1 devolo-home-control-api==0.17.3
# homeassistant.components.directv # homeassistant.components.directv
directv==0.4.0 directv==0.4.0

View File

@ -267,7 +267,7 @@ defusedxml==0.6.0
denonavr==0.10.5 denonavr==0.10.5
# homeassistant.components.devolo_home_control # homeassistant.components.devolo_home_control
devolo-home-control-api==0.17.1 devolo-home-control-api==0.17.3
# homeassistant.components.directv # homeassistant.components.directv
directv==0.4.0 directv==0.4.0