mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Update version of iZone library to add some bug fixes (#61548)
This commit is contained in:
parent
f50dc10276
commit
2d049e9b4a
@ -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."""
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user