Update Z-Wave device 'delay' default (#7668)

The z-wave component sets a default of 5, not 2.

DEFAULT_CONF_REFRESH_DELAY = 5
This commit is contained in:
Keith Pine 2018-11-28 01:35:12 -08:00 committed by Fabian Affolter
parent beb9d9cffb
commit 171c6af6f1

View File

@ -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