mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Change update interval from 60s to 10s for Uptime Robot (#54230)
This commit is contained in:
parent
819131ad21
commit
3b1d44478a
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user