Update version of iZone library to add some bug fixes (#61548)

This commit is contained in:
Penny Wood
2021-12-20 14:25:01 +08:00
committed by Paulus Schoutsen
parent 05b2569621
commit eb91941640
4 changed files with 4 additions and 9 deletions

View File

@@ -511,11 +511,6 @@ class ZoneDevice(ClimateEntity):
"""Return True if entity is available."""
return self._controller.available
@property
def assumed_state(self) -> bool:
"""Return True if unable to access real state of the entity."""
return self._controller.assumed_state
@property
def unique_id(self):
"""Return the ID of the controller device."""

View File

@@ -2,11 +2,11 @@
"domain": "izone",
"name": "iZone",
"documentation": "https://www.home-assistant.io/integrations/izone",
"requirements": ["python-izone==1.1.8"],
"requirements": ["python-izone==1.2.3"],
"codeowners": ["@Swamp-Ig"],
"config_flow": true,
"homekit": {
"models": ["iZone"]
},
"iot_class": "local_push"
"iot_class": "local_polling"
}

View File

@@ -1890,7 +1890,7 @@ python-gitlab==1.6.0
python-hpilo==4.3
# homeassistant.components.izone
python-izone==1.1.8
python-izone==1.2.3
# homeassistant.components.joaoapps_join
python-join-api==0.0.6

View File

@@ -1136,7 +1136,7 @@ python-ecobee-api==0.2.14
python-forecastio==1.4.0
# homeassistant.components.izone
python-izone==1.1.8
python-izone==1.2.3
# homeassistant.components.juicenet
python-juicenet==1.0.2