Skip to content

Commit f766a29

Browse files
committed
Update check_name() docstring
1 parent 0141e2a commit f766a29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugwise/common.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ def heater_id(self) -> str:
6464
return self._heater_id
6565

6666
def check_name(self, name: str) -> bool:
67-
"""Helper-function checking the smile-name."""
67+
"""Helper-function checking the smile-name.
68+
69+
20251101: modified for finding name = `Smile Anna` in `Smile Anna P1`.
70+
"""
6871
return bool(name in self.smile.name)
6972

7073
def _appl_heater_central_info(

0 commit comments

Comments
 (0)