mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Reduce Somfy polling (#41389)
This commit is contained in:
@@ -28,7 +28,7 @@ DEVICES = "devices"
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SCAN_INTERVAL = timedelta(seconds=30)
|
||||
SCAN_INTERVAL = timedelta(minutes=1)
|
||||
|
||||
|
||||
CONF_OPTIMISTIC = "optimistic"
|
||||
|
Reference in New Issue
Block a user