From ada0578f3a1b9fb9a89ef35788940586a24eac0b Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 23 Nov 2023 09:03:20 +0100 Subject: [PATCH] Update gridnet lib to v5.0.0 (#104396) --- homeassistant/components/pure_energie/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/pure_energie/manifest.json b/homeassistant/components/pure_energie/manifest.json index 4c83b5e3651..19098c41208 100644 --- a/homeassistant/components/pure_energie/manifest.json +++ b/homeassistant/components/pure_energie/manifest.json @@ -6,7 +6,7 @@ "documentation": "https://www.home-assistant.io/integrations/pure_energie", "iot_class": "local_polling", "quality_scale": "platinum", - "requirements": ["gridnet==4.2.0"], + "requirements": ["gridnet==5.0.0"], "zeroconf": [ { "type": "_http._tcp.local.", diff --git a/requirements_all.txt b/requirements_all.txt index 2c2e6fd88ef..1003b4ad740 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -945,7 +945,7 @@ greeneye_monitor==3.0.3 greenwavereality==0.5.1 # homeassistant.components.pure_energie -gridnet==4.2.0 +gridnet==5.0.0 # homeassistant.components.growatt_server growattServer==1.3.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e40aed8d023..3736e873c56 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -747,7 +747,7 @@ greeclimate==1.4.1 greeneye_monitor==3.0.3 # homeassistant.components.pure_energie -gridnet==4.2.0 +gridnet==5.0.0 # homeassistant.components.growatt_server growattServer==1.3.0