Update to nibe 2.1.4 (#89686)

pull/89734/head
Joakim Plate 2023-03-15 06:01:34 +01:00 committed by GitHub
parent a91055cc2a
commit bf8c4cae27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -89,6 +89,7 @@ async def validate_nibegw_input(
"""Validate the user input allows us to connect."""
heatpump = HeatPump(Model[data[CONF_MODEL]])
heatpump.word_swap = True
await heatpump.initialize()
connection = NibeGW(

View File

@ -5,5 +5,5 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/nibe_heatpump",
"iot_class": "local_polling",
"requirements": ["nibe==2.0.0"]
"requirements": ["nibe==2.1.4"]
}

View File

@ -1201,7 +1201,7 @@ nextcord==2.0.0a8
nextdns==1.3.0
# homeassistant.components.nibe_heatpump
nibe==2.0.0
nibe==2.1.4
# homeassistant.components.niko_home_control
niko-home-control==0.2.1

View File

@ -894,7 +894,7 @@ nextcord==2.0.0a8
nextdns==1.3.0
# homeassistant.components.nibe_heatpump
nibe==2.0.0
nibe==2.1.4
# homeassistant.components.nfandroidtv
notifications-android-tv==0.1.5