mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 10:07:12 +00:00
Update version of iZone library to add some bug fixes (#61548)
This commit is contained in:
committed by
Paulus Schoutsen
parent
05b2569621
commit
eb91941640
@@ -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."""
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user