From b8afb9277a0eb08d5f88232d6a7a02caf9c1fcaf Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 26 Mar 2020 17:14:35 -0500 Subject: [PATCH] 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 --- homeassistant/components/nexia/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- tests/components/nexia/test_climate.py | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/nexia/manifest.json b/homeassistant/components/nexia/manifest.json index aec1f7c3e7b..d98dbcb2272 100644 --- a/homeassistant/components/nexia/manifest.json +++ b/homeassistant/components/nexia/manifest.json @@ -2,7 +2,7 @@ "domain": "nexia", "name": "Nexia", "requirements": [ - "nexia==0.7.1" + "nexia==0.7.2" ], "dependencies": [], "codeowners": [ diff --git a/requirements_all.txt b/requirements_all.txt index 4c001f0fa5b..d1d6e2447ed 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 35c8a868b5d..f94245b6df5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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 diff --git a/tests/components/nexia/test_climate.py b/tests/components/nexia/test_climate.py index e7675ff68b1..7f3ed900d3c 100644 --- a/tests/components/nexia/test_climate.py +++ b/tests/components/nexia/test_climate.py @@ -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(