We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645996c commit 59a83a6Copy full SHA for 59a83a6
plugwise/legacy/data.py
@@ -23,6 +23,10 @@ def remove_empty_platform_dicts(data: DeviceData) -> None:
23
class SmileLegacyData(SmileLegacyHelper):
24
"""The Plugwise Smile main class."""
25
26
+ def __init__(self) -> None:
27
+ """Init."""
28
+ SmileLegacyHelper.__init__(self)
29
+
30
def _update_gw_devices(self) -> None:
31
"""Helper-function for _all_device_data() and async_update().
32
0 commit comments