Skip to content

Commit 8c77aa0

Browse files
committed
Fixes
1 parent 80a6fb3 commit 8c77aa0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugwise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self) -> None:
5656
self._domain_objects: etree.Element
5757
self._existing_groups: list[str] = []
5858
self._heater_id: str = NONE
59-
self._new_groups: list[st] = []
59+
self._new_groups: list[str] = []
6060
self._on_off_device: bool
6161
self.gw_entities: dict[str, GwEntityData] = {}
6262
self.smile: Munch

plugwise/smile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
DOMAIN_OBJECTS,
1818
GATEWAY_REBOOT,
1919
LOCATIONS,
20-
LOGGER,
2120
MAX_SETPOINT,
2221
MIN_SETPOINT,
2322
NONE,

0 commit comments

Comments
 (0)