1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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