Reduce ecobee throttle (#115968)

reduce ecobee throttle
This commit is contained in:
Marc-Olivier Arsenault 2024-04-22 10:43:01 -04:00 committed by GitHub
parent 5a7e921ae3
commit 65b2c1519c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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