mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Bump nexia to 0.7.2 (#33292)
* Bump nexia to 0.7.2 * Fixes zones on the same thermostat showing as active when the damper was closed. * Update test for nexia 0.7.2
This commit is contained in:
parent
262ed9ed2a
commit
b8afb9277a
@ -2,7 +2,7 @@
|
||||
"domain": "nexia",
|
||||
"name": "Nexia",
|
||||
"requirements": [
|
||||
"nexia==0.7.1"
|
||||
"nexia==0.7.2"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
|
@ -922,7 +922,7 @@ netdisco==2.6.0
|
||||
neurio==0.3.1
|
||||
|
||||
# homeassistant.components.nexia
|
||||
nexia==0.7.1
|
||||
nexia==0.7.2
|
||||
|
||||
# homeassistant.components.nextcloud
|
||||
nextcloudmonitor==1.1.0
|
||||
|
@ -354,7 +354,7 @@ nessclient==0.9.15
|
||||
netdisco==2.6.0
|
||||
|
||||
# homeassistant.components.nexia
|
||||
nexia==0.7.1
|
||||
nexia==0.7.2
|
||||
|
||||
# homeassistant.components.nsw_fuel_station
|
||||
nsw-fuel-api-client==1.0.10
|
||||
|
@ -71,8 +71,9 @@ async def test_climate_zones(hass):
|
||||
"target_temp_low": 17.2,
|
||||
"target_temp_step": 1.0,
|
||||
"temperature": None,
|
||||
"zone_status": "",
|
||||
"zone_status": "Idle",
|
||||
}
|
||||
|
||||
# Only test for a subset of attributes in case
|
||||
# HA changes the implementation and a new one appears
|
||||
assert all(
|
||||
|
Loading…
x
Reference in New Issue
Block a user