From 171c6af6f15b68f9afd80b1b2e140641e9cba791 Mon Sep 17 00:00:00 2001 From: Keith Pine Date: Wed, 28 Nov 2018 01:35:12 -0800 Subject: [PATCH] Update Z-Wave device 'delay' default (#7668) The z-wave component sets a default of 5, not 2. DEFAULT_CONF_REFRESH_DELAY = 5 --- source/_docs/z-wave/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index 823f3741060..6a9693fddf9 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -106,7 +106,7 @@ device_config / device_config_domain / device_config_glob: description: Specify the delay for refreshing of node value. Only the light component uses this. required: false type: integer - default: 2 + default: 5 invert_openclose_buttons: description: Inverts function of the open and close buttons for the cover domain. This will not invert the position and state reporting. required: false