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 0141e2a commit f766a29Copy full SHA for f766a29
plugwise/common.py
@@ -64,7 +64,10 @@ def heater_id(self) -> str:
64
return self._heater_id
65
66
def check_name(self, name: str) -> bool:
67
- """Helper-function checking the smile-name."""
+ """Helper-function checking the smile-name.
68
+
69
+ 20251101: modified for finding name = `Smile Anna` in `Smile Anna P1`.
70
+ """
71
return bool(name in self.smile.name)
72
73
def _appl_heater_central_info(
0 commit comments