forked from home-assistant/core
Remove useless attribute in devolo Home Control (#54284)
This commit is contained in:
@@ -45,7 +45,6 @@ class DevoloDeviceEntity(Entity):
|
||||
self.subscriber: Subscriber | None = None
|
||||
self.sync_callback = self._sync
|
||||
self._value: int
|
||||
self._unit = ""
|
||||
|
||||
async def async_added_to_hass(self) -> None:
|
||||
"""Call when entity is added to hass."""
|
||||
|
Reference in New Issue
Block a user