Change shedding calculation delay to 20 sec (vs 60 sec)

This commit is contained in:
Jean-Marc Collin
2025-01-04 15:50:30 +00:00
parent 33c7c710ee
commit c01f96c955
6 changed files with 19 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ from .base_manager import BaseFeatureManager
# circular dependency
# from .base_thermostat import BaseThermostat
MIN_DTEMP_SECS = 60
MIN_DTEMP_SECS = 20
_LOGGER = logging.getLogger(__name__)