Skip to content

Commit 5660780

Browse files
committed
Fix typo
1 parent 9d47355 commit 5660780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def get_all_devices(self) -> None:
9494
# Alternative method for the Anna with Elga
9595
locator_2 = "./gateway/features/elga_support"
9696
anna_cooling_present_2 = self._domain_objects.find(locator_2) is not None
97-
if self.smile_type == "Anna":
97+
if self.smile_name == "Anna":
9898
self._anna_cooling_present = (
9999
anna_cooling_present_1 or anna_cooling_present_2
100100
)

0 commit comments

Comments
 (0)