Bump ZHA lib to 0.0.31 (#123743)

This commit is contained in:
David F. Mulcahey 2024-08-12 16:38:59 -04:00 committed by GitHub
parent 52f52394d5
commit 732b4b95db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -62,7 +62,7 @@ class ZHAEntity(LogMixin, RestoreEntity, Entity):
@property
def available(self) -> bool:
"""Return entity availability."""
return self.entity_data.device_proxy.device.available
return self.entity_data.entity.available
@property
def device_info(self) -> DeviceInfo:

View file

@ -21,7 +21,7 @@
"zha",
"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": [
{
"vid": "10C4",

View file

@ -2986,7 +2986,7 @@ zeroconf==0.132.2
zeversolar==0.3.1
# homeassistant.components.zha
zha==0.0.30
zha==0.0.31
# homeassistant.components.zhong_hong
zhong-hong-hvac==1.0.12

View file

@ -2363,7 +2363,7 @@ zeroconf==0.132.2
zeversolar==0.3.1
# homeassistant.components.zha
zha==0.0.30
zha==0.0.31
# homeassistant.components.zwave_js
zwave-js-server-python==0.57.0