diff --git a/homeassistant/components/devolo_home_network/manifest.json b/homeassistant/components/devolo_home_network/manifest.json index 945c314a196..858afc6e5e8 100644 --- a/homeassistant/components/devolo_home_network/manifest.json +++ b/homeassistant/components/devolo_home_network/manifest.json @@ -4,7 +4,7 @@ "integration_type": "device", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/devolo_home_network", - "requirements": ["devolo-plc-api==0.8.0"], + "requirements": ["devolo-plc-api==0.9.0"], "zeroconf": [ { "type": "_dvl-deviceapi._tcp.local.", "properties": { "MT": "*" } } ], diff --git a/requirements_all.txt b/requirements_all.txt index c0a80179d10..c0982593377 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -588,7 +588,7 @@ denonavr==0.10.12 devolo-home-control-api==0.18.2 # homeassistant.components.devolo_home_network -devolo-plc-api==0.8.0 +devolo-plc-api==0.9.0 # homeassistant.components.directv directv==0.4.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 21afcc0ca2f..2759d511630 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -462,7 +462,7 @@ denonavr==0.10.12 devolo-home-control-api==0.18.2 # homeassistant.components.devolo_home_network -devolo-plc-api==0.8.0 +devolo-plc-api==0.9.0 # homeassistant.components.directv directv==0.4.0