From c6338b7ba1a06244fa450f61ef9a8cbf37b91a8b Mon Sep 17 00:00:00 2001 From: Koen van Zuijlen <8818390+kvanzuijlen@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:46:11 +0100 Subject: [PATCH] Fixed parser for zeversolar hardware version M10 (#87319) fixes undefined --- homeassistant/components/zeversolar/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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