mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Tado update mobile devices interval (#145738)
Update the mobile devices interval to five minutes
This commit is contained in:
parent
a6e04be076
commit
4fcebf18dc
@ -31,7 +31,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=4)
|
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=4)
|
||||||
SCAN_INTERVAL = timedelta(minutes=5)
|
SCAN_INTERVAL = timedelta(minutes=5)
|
||||||
SCAN_MOBILE_DEVICE_INTERVAL = timedelta(seconds=30)
|
SCAN_MOBILE_DEVICE_INTERVAL = timedelta(minutes=5)
|
||||||
|
|
||||||
|
|
||||||
class TadoDataUpdateCoordinator(DataUpdateCoordinator[dict[str, dict]]):
|
class TadoDataUpdateCoordinator(DataUpdateCoordinator[dict[str, dict]]):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user