Bump gridnet to v4.2.0 (#87903)
This commit is contained in:
parent
aa8927c98c
commit
60bcbd0473
4 changed files with 4 additions and 4 deletions
|
@ -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.",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue