diff --git a/homeassistant/components/devolo_home_network/manifest.json b/homeassistant/components/devolo_home_network/manifest.json index ef3f1f0c82a..85f4e1caf9b 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.3"], + "requirements": ["devolo-plc-api==0.7.1"], "zeroconf": ["_dvl-deviceapi._tcp.local."], "codeowners": ["@2Fake", "@Shutgun"], "quality_scale": "platinum", diff --git a/requirements_all.txt b/requirements_all.txt index ae0be9346f0..2ecb191d7e3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -554,7 +554,7 @@ denonavr==0.10.9 devolo-home-control-api==0.17.4 # homeassistant.components.devolo_home_network -devolo-plc-api==0.6.3 +devolo-plc-api==0.7.1 # homeassistant.components.directv directv==0.4.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 9323be3afdf..f5a8678257f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -361,7 +361,7 @@ denonavr==0.10.9 devolo-home-control-api==0.17.4 # homeassistant.components.devolo_home_network -devolo-plc-api==0.6.3 +devolo-plc-api==0.7.1 # homeassistant.components.directv directv==0.4.0