Skip to content

Commit

Permalink
fix heating
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed May 11, 2024
1 parent c2e850b commit b9b50f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/peaqhvac/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"iot_class": "calculated",
"issue_tracker": "https://github.com/elden1337/hass-peaqhvac/issues",
"requirements": [
"peaqevcore==19.9.4"
"peaqevcore==19.10.3"
],
"version": "3.0.1"
"version": "3.0.0"
}

Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ async def async_ready_to_update(self, operation) -> bool:
]
)
case HvacOperations.Offset:
if not self.hub.hvac.house_heater.control_module:
return False
if self._force_update:
self._force_update = False
return True
Expand Down

0 comments on commit b9b50f2

Please sign in to comment.