mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Tado update mobile devices interval (#145738)
Update the mobile devices interval to five minutes
This commit is contained in:
@@ -31,7 +31,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
|
||||
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=4)
|
||||
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]]):
|
||||
|
Reference in New Issue
Block a user