mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Fix cloud connection within API (#36158)
This commit is contained in:
parent
369745c4cf
commit
bc1dac80b6
@ -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",
|
||||||
|
@ -472,7 +472,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
|
||||||
|
@ -206,7 +206,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user