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 Martin Hjelmare
parent b4fda5faab
commit 97cb8a3745

View file

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