Bump devolo Home Control to support old websocket-client versions again (#48960)
parent
a36712509b
commit
441c304f11
|
@ -2,7 +2,7 @@
|
|||
"domain": "devolo_home_control",
|
||||
"name": "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"],
|
||||
"config_flow": true,
|
||||
"codeowners": ["@2Fake", "@Shutgun"],
|
||||
|
|
|
@ -482,7 +482,7 @@ deluge-client==1.7.1
|
|||
denonavr==0.10.5
|
||||
|
||||
# homeassistant.components.devolo_home_control
|
||||
devolo-home-control-api==0.17.1
|
||||
devolo-home-control-api==0.17.3
|
||||
|
||||
# homeassistant.components.directv
|
||||
directv==0.4.0
|
||||
|
|
|
@ -267,7 +267,7 @@ defusedxml==0.6.0
|
|||
denonavr==0.10.5
|
||||
|
||||
# homeassistant.components.devolo_home_control
|
||||
devolo-home-control-api==0.17.1
|
||||
devolo-home-control-api==0.17.3
|
||||
|
||||
# homeassistant.components.directv
|
||||
directv==0.4.0
|
||||
|
|
Loading…
Reference in New Issue