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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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