Try to fix the central boiler calculation

This commit is contained in:
Jean-Marc Collin
2024-11-27 18:40:15 +00:00
parent 277f846fb1
commit 7e7d0c18c2
4 changed files with 66 additions and 14 deletions

View File

@@ -15,6 +15,10 @@ from custom_components.versatile_thermostat.thermostat_switch import (
ThermostatOverSwitch,
)
from custom_components.versatile_thermostat.thermostat_climate import (
ThermostatOverClimate,
)
from custom_components.versatile_thermostat.vtherm_api import VersatileThermostatAPI
from .commons import * # pylint: disable=wildcard-import, unused-wildcard-import