Skip to content

Commit 75200a9

Browse files
starkillerOGfrenck
authored andcommitted
Reduce Reolink fimware polling from 12h to 24h (home-assistant#150095)
1 parent fa587ce commit 75200a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/reolink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
Platform.UPDATE,
6060
]
6161
DEVICE_UPDATE_INTERVAL = timedelta(seconds=60)
62-
FIRMWARE_UPDATE_INTERVAL = timedelta(hours=12)
62+
FIRMWARE_UPDATE_INTERVAL = timedelta(hours=24)
6363
NUM_CRED_ERRORS = 3
6464

6565
CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)

0 commit comments

Comments
 (0)