We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa587ce commit 75200a9Copy full SHA for 75200a9
homeassistant/components/reolink/__init__.py
@@ -59,7 +59,7 @@
59
Platform.UPDATE,
60
]
61
DEVICE_UPDATE_INTERVAL = timedelta(seconds=60)
62
-FIRMWARE_UPDATE_INTERVAL = timedelta(hours=12)
+FIRMWARE_UPDATE_INTERVAL = timedelta(hours=24)
63
NUM_CRED_ERRORS = 3
64
65
CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
0 commit comments