diff --git a/custom_components/peaqhvac/service/hub/state_changes.py b/custom_components/peaqhvac/service/hub/state_changes.py index 2068322..b9aabfe 100644 --- a/custom_components/peaqhvac/service/hub/state_changes.py +++ b/custom_components/peaqhvac/service/hub/state_changes.py @@ -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()