Bump ZHA lib to 0.0.31 (#123743)
This commit is contained in:
parent
52f52394d5
commit
732b4b95db
4 changed files with 4 additions and 4 deletions
|
@ -62,7 +62,7 @@ class ZHAEntity(LogMixin, RestoreEntity, Entity):
|
||||||
@property
|
@property
|
||||||
def available(self) -> bool:
|
def available(self) -> bool:
|
||||||
"""Return entity availability."""
|
"""Return entity availability."""
|
||||||
return self.entity_data.device_proxy.device.available
|
return self.entity_data.entity.available
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def device_info(self) -> DeviceInfo:
|
def device_info(self) -> DeviceInfo:
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"zha",
|
"zha",
|
||||||
"universal_silabs_flasher"
|
"universal_silabs_flasher"
|
||||||
],
|
],
|
||||||
"requirements": ["universal-silabs-flasher==0.0.22", "zha==0.0.30"],
|
"requirements": ["universal-silabs-flasher==0.0.22", "zha==0.0.31"],
|
||||||
"usb": [
|
"usb": [
|
||||||
{
|
{
|
||||||
"vid": "10C4",
|
"vid": "10C4",
|
||||||
|
|
|
@ -2986,7 +2986,7 @@ zeroconf==0.132.2
|
||||||
zeversolar==0.3.1
|
zeversolar==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha==0.0.30
|
zha==0.0.31
|
||||||
|
|
||||||
# homeassistant.components.zhong_hong
|
# homeassistant.components.zhong_hong
|
||||||
zhong-hong-hvac==1.0.12
|
zhong-hong-hvac==1.0.12
|
||||||
|
|
|
@ -2363,7 +2363,7 @@ zeroconf==0.132.2
|
||||||
zeversolar==0.3.1
|
zeversolar==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha==0.0.30
|
zha==0.0.31
|
||||||
|
|
||||||
# homeassistant.components.zwave_js
|
# homeassistant.components.zwave_js
|
||||||
zwave-js-server-python==0.57.0
|
zwave-js-server-python==0.57.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue