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 80a6fb3 commit 8c77aa0Copy full SHA for 8c77aa0
plugwise/common.py
@@ -56,7 +56,7 @@ def __init__(self) -> None:
56
self._domain_objects: etree.Element
57
self._existing_groups: list[str] = []
58
self._heater_id: str = NONE
59
- self._new_groups: list[st] = []
+ self._new_groups: list[str] = []
60
self._on_off_device: bool
61
self.gw_entities: dict[str, GwEntityData] = {}
62
self.smile: Munch
plugwise/smile.py
@@ -17,7 +17,6 @@
17
DOMAIN_OBJECTS,
18
GATEWAY_REBOOT,
19
LOCATIONS,
20
- LOGGER,
21
MAX_SETPOINT,
22
MIN_SETPOINT,
23
NONE,
0 commit comments