Skip to content

Commit

Permalink
Bump ZHA lib to 0.0.31 (#123743)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey authored Aug 12, 2024
1 parent 52f5239 commit 732b4b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/zha/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, entity_data: EntityData, *args, **kwargs) -> None:
@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:
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/zha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 732b4b9

Please sign in to comment.