Update to nibe 2.1.4 (#89686)
parent
a91055cc2a
commit
bf8c4cae27
|
@ -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(
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue