From 8b1fbc607a3d96488bd1fc0b5c345db344b0fb86 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Mon, 3 Jun 2024 14:03:06 +0100 Subject: [PATCH] Remove unnecessary property --- custom_components/mealie/calendar.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/custom_components/mealie/calendar.py b/custom_components/mealie/calendar.py index 0522fb8..e3c2edd 100644 --- a/custom_components/mealie/calendar.py +++ b/custom_components/mealie/calendar.py @@ -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()