forked from home-assistant/core
Change update interval from 60s to 10s for Uptime Robot (#54230)
This commit is contained in:
@@ -7,7 +7,8 @@ from typing import Final
|
||||
|
||||
LOGGER: Logger = getLogger(__package__)
|
||||
|
||||
COORDINATOR_UPDATE_INTERVAL: timedelta = timedelta(seconds=60)
|
||||
# The free plan is limited to 10 requests/minute
|
||||
COORDINATOR_UPDATE_INTERVAL: timedelta = timedelta(seconds=10)
|
||||
|
||||
DOMAIN: Final = "uptimerobot"
|
||||
PLATFORMS: Final = ["binary_sensor"]
|
||||
|
Reference in New Issue
Block a user