Skip to content

Commit c4391ec

Browse files
committed
Cover Anna P1 as Anna too
1 parent eb3b746 commit c4391ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def heater_id(self) -> str:
6565

6666
def check_name(self, name: str) -> bool:
6767
"""Helper-function checking the smile-name."""
68-
return bool(self.smile.name == name)
68+
return bool(name in self.smile.name)
6969

7070
def _appl_heater_central_info(
7171
self,

0 commit comments

Comments
 (0)