Fix cloud connection within API (#36158)

This commit is contained in:
Markus Bong 2020-05-26 15:56:49 +02:00 committed by Paulus Schoutsen
parent e6e7d0651d
commit d4f7fe16ca
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.10.0"], "requirements": ["devolo-home-control-api==0.11.0"],
"config_flow": true, "config_flow": true,
"codeowners": [ "codeowners": [
"@2Fake", "@2Fake",

View File

@ -469,7 +469,7 @@ deluge-client==1.7.1
denonavr==0.8.1 denonavr==0.8.1
# homeassistant.components.devolo_home_control # homeassistant.components.devolo_home_control
devolo-home-control-api==0.10.0 devolo-home-control-api==0.11.0
# homeassistant.components.directv # homeassistant.components.directv
directv==0.3.0 directv==0.3.0

View File

@ -203,7 +203,7 @@ defusedxml==0.6.0
denonavr==0.8.1 denonavr==0.8.1
# homeassistant.components.devolo_home_control # homeassistant.components.devolo_home_control
devolo-home-control-api==0.10.0 devolo-home-control-api==0.11.0
# homeassistant.components.directv # homeassistant.components.directv
directv==0.3.0 directv==0.3.0