diff --git a/homeassistant/components/devolo_home_network/manifest.json b/homeassistant/components/devolo_home_network/manifest.json index 987211ca631..ef3f1f0c82a 100644 --- a/homeassistant/components/devolo_home_network/manifest.json +++ b/homeassistant/components/devolo_home_network/manifest.json @@ -3,7 +3,7 @@ "name": "devolo Home Network", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/devolo_home_network", - "requirements": ["devolo-plc-api==0.6.2"], + "requirements": ["devolo-plc-api==0.6.3"], "zeroconf": ["_dvl-deviceapi._tcp.local."], "codeowners": ["@2Fake", "@Shutgun"], "quality_scale": "platinum", diff --git a/requirements_all.txt b/requirements_all.txt index 15e80661719..b37f890f11f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -540,7 +540,7 @@ denonavr==0.10.9 devolo-home-control-api==0.17.4 # homeassistant.components.devolo_home_network -devolo-plc-api==0.6.2 +devolo-plc-api==0.6.3 # homeassistant.components.directv directv==0.4.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 42162f3b655..4a3c2c848b5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -342,7 +342,7 @@ denonavr==0.10.9 devolo-home-control-api==0.17.4 # homeassistant.components.devolo_home_network -devolo-plc-api==0.6.2 +devolo-plc-api==0.6.3 # homeassistant.components.directv directv==0.4.0