Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary property
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Jun 3, 2024
1 parent 9d7ad39 commit 8b1fbc6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions custom_components/mealie/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ def state(self) -> str:

return STATE_OFF

@property
def name(self) -> str:
"""Return the name of the entity."""
return self._attr_name

async def async_update(self) -> None:
"""Update Mealie Calendars."""
await super().async_update()
Expand Down

0 comments on commit 8b1fbc6

Please sign in to comment.