mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
Update to nibe 2.1.4 (#89686)
This commit is contained in:
parent
a91055cc2a
commit
bf8c4cae27
@ -89,6 +89,7 @@ async def validate_nibegw_input(
|
|||||||
"""Validate the user input allows us to connect."""
|
"""Validate the user input allows us to connect."""
|
||||||
|
|
||||||
heatpump = HeatPump(Model[data[CONF_MODEL]])
|
heatpump = HeatPump(Model[data[CONF_MODEL]])
|
||||||
|
heatpump.word_swap = True
|
||||||
await heatpump.initialize()
|
await heatpump.initialize()
|
||||||
|
|
||||||
connection = NibeGW(
|
connection = NibeGW(
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/nibe_heatpump",
|
"documentation": "https://www.home-assistant.io/integrations/nibe_heatpump",
|
||||||
"iot_class": "local_polling",
|
"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
|
nextdns==1.3.0
|
||||||
|
|
||||||
# homeassistant.components.nibe_heatpump
|
# homeassistant.components.nibe_heatpump
|
||||||
nibe==2.0.0
|
nibe==2.1.4
|
||||||
|
|
||||||
# homeassistant.components.niko_home_control
|
# homeassistant.components.niko_home_control
|
||||||
niko-home-control==0.2.1
|
niko-home-control==0.2.1
|
||||||
|
@ -894,7 +894,7 @@ nextcord==2.0.0a8
|
|||||||
nextdns==1.3.0
|
nextdns==1.3.0
|
||||||
|
|
||||||
# homeassistant.components.nibe_heatpump
|
# homeassistant.components.nibe_heatpump
|
||||||
nibe==2.0.0
|
nibe==2.1.4
|
||||||
|
|
||||||
# homeassistant.components.nfandroidtv
|
# homeassistant.components.nfandroidtv
|
||||||
notifications-android-tv==0.1.5
|
notifications-android-tv==0.1.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user