Change shedding calculation delay to 20 sec (vs 60 sec)
This commit is contained in:
@@ -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__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user