1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00

Reduce Somfy polling (#41389)

This commit is contained in:
Paulus Schoutsen 2020-10-07 13:49:45 +02:00 committed by GitHub
parent cf9a508557
commit 4968a12b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ DEVICES = "devices"
_LOGGER = logging.getLogger(__name__)
SCAN_INTERVAL = timedelta(seconds=30)
SCAN_INTERVAL = timedelta(minutes=1)
CONF_OPTIMISTIC = "optimistic"