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 eb3b746 commit c4391ecCopy full SHA for c4391ec
plugwise/common.py
@@ -65,7 +65,7 @@ def heater_id(self) -> str:
65
66
def check_name(self, name: str) -> bool:
67
"""Helper-function checking the smile-name."""
68
- return bool(self.smile.name == name)
+ return bool(name in self.smile.name)
69
70
def _appl_heater_central_info(
71
self,
0 commit comments