mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
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:
parent
beb9d9cffb
commit
171c6af6f1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user