Revert "Reduce ecobee throttle (#115968)" (#115981)

This commit is contained in:
Marc-Olivier Arsenault
2024-04-22 13:28:08 -04:00
committed by GitHub
parent 2caca7fbe3
commit f2adae4524

View File

@@ -22,7 +22,7 @@ from .const import (
PLATFORMS,
)
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=5)
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=180)
CONFIG_SCHEMA = vol.Schema(
{DOMAIN: vol.Schema({vol.Optional(CONF_API_KEY): cv.string})}, extra=vol.ALLOW_EXTRA