Skip to content

Commit 59a83a6

Browse files
committed
Add init for SmileLegacyData
1 parent 645996c commit 59a83a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugwise/legacy/data.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ def remove_empty_platform_dicts(data: DeviceData) -> None:
2323
class SmileLegacyData(SmileLegacyHelper):
2424
"""The Plugwise Smile main class."""
2525

26+
def __init__(self) -> None:
27+
"""Init."""
28+
SmileLegacyHelper.__init__(self)
29+
2630
def _update_gw_devices(self) -> None:
2731
"""Helper-function for _all_device_data() and async_update().
2832

0 commit comments

Comments
 (0)