Skip to content

Commit 06e0252

Browse files
committed
Add pragma-no ccover
1 parent 285c10a commit 06e0252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ def _control_state(self, data: GwEntityData, loc_id: str) -> str | bool:
943943
# No cooling available in older firmware
944944
return "heating" if temperature < setpoint else "off"
945945

946-
return False
946+
return False # pragma: no cover
947947

948948
def _heating_valves(self) -> int | bool:
949949
"""Helper-function for smile.py: _get_adam_data().

0 commit comments

Comments
 (0)