Skip to content

Commit

Permalink
note weather prog code that needs to be reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed Sep 12, 2024
1 parent 5f4d406 commit 99a9b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/peaqhvac/service/hub/state_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def async_update_sensor(self, entity, value):

if entity == self._hub.spotprice.entity or self.latest_nordpool_update.is_timeout():
await self._hub.spotprice.async_update_spotprice()
#await self._hass.async_add_executor_job(self._hub.prognosis.update_weather_prognosis)
#await self._hass.async_add_executor_job(self._hub.prognosis.update_weather_prognosis) #todo: add back when weather prognosis is fixed
self.latest_nordpool_update.update()

await self._hub.hvac.async_update_hvac()

0 comments on commit 99a9b02

Please sign in to comment.