Test multi ok

This commit is contained in:
Jean-Marc Collin
2024-11-24 09:32:19 +00:00
parent 6947056d55
commit 36cab0c91f
3 changed files with 305 additions and 5 deletions

View File

@@ -180,7 +180,8 @@ class ThermostatOverClimate(BaseThermostat[UnderlyingClimate]):
await super()._async_internal_set_temperature(temperature)
self._regulation_algo.set_target_temp(self.target_temperature)
await self._send_regulated_temperature(force=True)
# is done by control_heating method. No need to do it here
# await self._send_regulated_temperature(force=True)
async def _send_regulated_temperature(self, force=False):
"""Sends the regulated temperature to all underlying"""