[#429] - VTherm doesn't respect target temperature (#435)

Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
This commit is contained in:
Jean-Marc Collin
2024-04-01 12:34:18 +02:00
committed by GitHub
parent a9c368d64c
commit 2a3d3ff877
5 changed files with 42 additions and 25 deletions
@@ -105,6 +105,7 @@ class ThermostatOverValve(BaseThermostat[UnderlyingValve]): # pylint: disable=a
self._tpi_coef_ext,
self._cycle_min,
self._minimal_activation_delay,
self.name,
)
lst_valves = [config_entry.get(CONF_VALVE)]