Bump gridnet to v4.2.0 (#87903)

This commit is contained in:
Klaas Schoute 2023-02-12 18:53:05 +01:00 committed by GitHub
parent aa8927c98c
commit 60bcbd0473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
"documentation": "https://www.home-assistant.io/integrations/pure_energie",
"iot_class": "local_polling",
"quality_scale": "platinum",
"requirements": ["gridnet==4.0.0"],
"requirements": ["gridnet==4.2.0"],
"zeroconf": [
{
"type": "_http._tcp.local.",

View file

@ -837,7 +837,7 @@ greeneye_monitor==3.0.3
greenwavereality==0.5.1
# homeassistant.components.pure_energie
gridnet==4.0.0
gridnet==4.2.0
# homeassistant.components.growatt_server
growattServer==1.3.0

View file

@ -635,7 +635,7 @@ greeclimate==1.4.1
greeneye_monitor==3.0.3
# homeassistant.components.pure_energie
gridnet==4.0.0
gridnet==4.2.0
# homeassistant.components.growatt_server
growattServer==1.3.0

View file

@ -36,7 +36,7 @@ async def test_load_unload_config_entry(
@patch(
"homeassistant.components.pure_energie.GridNet.request",
"homeassistant.components.pure_energie.GridNet._request",
side_effect=GridNetConnectionError,
)
async def test_config_entry_not_ready(