Skip to content

Commit

Permalink
Update homeassistant/components/update/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 14, 2023
1 parent ff6a3e6 commit 2a1397e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/update/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def device_class(self) -> UpdateDeviceClass | None:
return self.entity_description.device_class
return None

@cached_property
@property
def entity_category(self) -> EntityCategory | None:
"""Return the category of the entity, if any."""
if hasattr(self, "_attr_entity_category"):
Expand Down

0 comments on commit 2a1397e

Please sign in to comment.