mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +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",
|
"domain": "nexia",
|
||||||
"name": "Nexia",
|
"name": "Nexia",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"nexia==0.7.1"
|
"nexia==0.7.2"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@ -922,7 +922,7 @@ netdisco==2.6.0
|
|||||||
neurio==0.3.1
|
neurio==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.nexia
|
# homeassistant.components.nexia
|
||||||
nexia==0.7.1
|
nexia==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.nextcloud
|
# homeassistant.components.nextcloud
|
||||||
nextcloudmonitor==1.1.0
|
nextcloudmonitor==1.1.0
|
||||||
|
@ -354,7 +354,7 @@ nessclient==0.9.15
|
|||||||
netdisco==2.6.0
|
netdisco==2.6.0
|
||||||
|
|
||||||
# homeassistant.components.nexia
|
# homeassistant.components.nexia
|
||||||
nexia==0.7.1
|
nexia==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.nsw_fuel_station
|
# homeassistant.components.nsw_fuel_station
|
||||||
nsw-fuel-api-client==1.0.10
|
nsw-fuel-api-client==1.0.10
|
||||||
|
@ -71,8 +71,9 @@ async def test_climate_zones(hass):
|
|||||||
"target_temp_low": 17.2,
|
"target_temp_low": 17.2,
|
||||||
"target_temp_step": 1.0,
|
"target_temp_step": 1.0,
|
||||||
"temperature": None,
|
"temperature": None,
|
||||||
"zone_status": "",
|
"zone_status": "Idle",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Only test for a subset of attributes in case
|
# Only test for a subset of attributes in case
|
||||||
# HA changes the implementation and a new one appears
|
# HA changes the implementation and a new one appears
|
||||||
assert all(
|
assert all(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user