Remove useless attribute in devolo Home Control (#54284)

This commit is contained in:
Guido Schmitz
2021-08-09 23:45:15 +02:00
committed by GitHub
parent d55c764048
commit c07b1423ee

View File

@@ -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."""