Set configurable refresh for zwave light to 5 seconds default. (#5957)

* Set configurable refresh value delay to 5 seconds

* Revert "Remove configurable refresh value delay, and fix it to 5 seconds"

This reverts commit edc2dc35d165e5e13b0f3cf4df40493a7ce764f1.

* Use default value of 5 sec for refresh, and still configurable

* Make default delay 5secs, but needs to be activated
pull/6123/head
John Arild Berentsen 2017-02-20 15:49:34 +01:00 committed by GitHub
parent 1a4b62909b
commit 73a4c09597
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ DEFAULT_POLLING_INTERVAL = 60000
DEFAULT_DEBUG = False
DEFAULT_CONF_IGNORED = False
DEFAULT_CONF_REFRESH_VALUE = False
DEFAULT_CONF_REFRESH_DELAY = 2
DEFAULT_CONF_REFRESH_DELAY = 5
DOMAIN = 'zwave'
NETWORK = None