mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Remove useless attribute in devolo Home Control (#54284)
This commit is contained in:
parent
d55c764048
commit
c07b1423ee
@ -45,7 +45,6 @@ class DevoloDeviceEntity(Entity):
|
|||||||
self.subscriber: Subscriber | None = None
|
self.subscriber: Subscriber | None = None
|
||||||
self.sync_callback = self._sync
|
self.sync_callback = self._sync
|
||||||
self._value: int
|
self._value: int
|
||||||
self._unit = ""
|
|
||||||
|
|
||||||
async def async_added_to_hass(self) -> None:
|
async def async_added_to_hass(self) -> None:
|
||||||
"""Call when entity is added to hass."""
|
"""Call when entity is added to hass."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user