mirror of
https://github.com/home-assistant/core.git
synced 2025-09-11 07:41:35 +02:00
Reduce Reolink fimware polling from 12h to 24h (#150095)
This commit is contained in:
committed by
Franck Nijhof
parent
fa587cec38
commit
75200a9426
@@ -59,7 +59,7 @@ PLATFORMS = [
|
||||
Platform.UPDATE,
|
||||
]
|
||||
DEVICE_UPDATE_INTERVAL = timedelta(seconds=60)
|
||||
FIRMWARE_UPDATE_INTERVAL = timedelta(hours=12)
|
||||
FIRMWARE_UPDATE_INTERVAL = timedelta(hours=24)
|
||||
NUM_CRED_ERRORS = 3
|
||||
|
||||
CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
|
||||
|
Reference in New Issue
Block a user