diff --git a/custom_components/ledgrab/light.py b/custom_components/ledgrab/light.py index 2976f55..11b1bf9 100644 --- a/custom_components/ledgrab/light.py +++ b/custom_components/ledgrab/light.py @@ -113,11 +113,6 @@ class ApiInputLight(CoordinatorEntity, LightEntity, RestoreEntity): "model": "API Input CSS Source", } - @property - def name(self) -> str: - """Return the entity name.""" - return self._source_name - @property def is_on(self) -> bool: """Return true if the light is on."""