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 GitHub
parent f50dc10276
commit 2d049e9b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 9 deletions

View File

@ -525,11 +525,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

@ -1901,7 +1901,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

@ -1148,7 +1148,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