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 9d47355 commit 5660780Copy full SHA for 5660780
plugwise/smile.py
@@ -94,7 +94,7 @@ def get_all_devices(self) -> None:
94
# Alternative method for the Anna with Elga
95
locator_2 = "./gateway/features/elga_support"
96
anna_cooling_present_2 = self._domain_objects.find(locator_2) is not None
97
- if self.smile_type == "Anna":
+ if self.smile_name == "Anna":
98
self._anna_cooling_present = (
99
anna_cooling_present_1 or anna_cooling_present_2
100
)
0 commit comments