Skip to content

Commit 8473a73

Browse files
committed
Fix return
1 parent 700b76d commit 8473a73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/helper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,8 @@ def _get_measurement_data(self, entity_id: str) -> GwEntityData:
547547
if self._is_thermostat and self.smile(ANNA):
548548
self._update_anna_cooling(entity_id, data)
549549

550+
return data
551+
550552
def _power_data_from_location(self, loc_id: str) -> GwEntityData:
551553
"""Helper-function for smile.py: _get_entity_data().
552554

0 commit comments

Comments
 (0)