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 7ab2239 commit cb5cf9aCopy full SHA for cb5cf9a
src/pymelcloud/device.py
@@ -24,10 +24,10 @@ class Device(ABC):
24
"""MELCloud base device representation."""
25
26
def __init__(
27
- self,
28
- device_conf: Dict[str, Any],
29
- client: Client,
30
- set_debounce=timedelta(seconds=1),
+ self,
+ device_conf: Dict[str, Any],
+ client: Client,
+ set_debounce=timedelta(seconds=1),
31
):
32
"""Initialize a device."""
33
self.device_id = device_conf.get("DeviceID")
0 commit comments