Increase somfy SCAN_INTERVAL (#29524)

- There was too many errors 504
This commit is contained in:
tetienne
2019-12-05 21:33:56 +01:00
committed by Paulus Schoutsen
parent 22e7ece315
commit a4fc4bb281

View File

@@ -26,7 +26,7 @@ DEVICES = "devices"
_LOGGER = logging.getLogger(__name__)
SCAN_INTERVAL = timedelta(seconds=10)
SCAN_INTERVAL = timedelta(seconds=30)
DOMAIN = "somfy"