diff --git a/homeassistant/components/zeversolar/manifest.json b/homeassistant/components/zeversolar/manifest.json index 0d67022920d..62682709b04 100644 --- a/homeassistant/components/zeversolar/manifest.json +++ b/homeassistant/components/zeversolar/manifest.json @@ -3,7 +3,7 @@ "name": "Zeversolar", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/zeversolar", - "requirements": ["zeversolar==0.2.0"], + "requirements": ["zeversolar==0.3.0"], "codeowners": ["@kvanzuijlen"], "iot_class": "local_polling", "integration_type": "device" diff --git a/requirements_all.txt b/requirements_all.txt index d5d71796c25..e47ea678a16 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2691,7 +2691,7 @@ zengge==0.2 zeroconf==0.47.1 # homeassistant.components.zeversolar -zeversolar==0.2.0 +zeversolar==0.3.0 # homeassistant.components.zha zha-quirks==0.0.92 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 36f4b68b7c9..45f9ffff793 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1904,7 +1904,7 @@ zamg==0.2.2 zeroconf==0.47.1 # homeassistant.components.zeversolar -zeversolar==0.2.0 +zeversolar==0.3.0 # homeassistant.components.zha zha-quirks==0.0.92