From 6d2a2b1c9122bf3e3e1310a7076c01ddd93ebdaf 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 891679dcf30..f0b7436b990 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2690,7 +2690,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 e84d59293fe..319a8c12c1f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1903,7 +1903,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