Disable Z-Wave autoheal (#22628)
This commit is contained in:
parent
431cc63aaf
commit
bbc4775eab
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ CONF_USB_STICK_PATH = 'usb_path'
|
|||
CONF_CONFIG_PATH = 'config_path'
|
||||
CONF_NETWORK_KEY = 'network_key'
|
||||
|
||||
DEFAULT_CONF_AUTOHEAL = True
|
||||
DEFAULT_CONF_AUTOHEAL = False
|
||||
DEFAULT_CONF_USB_STICK_PATH = '/zwaveusbstick'
|
||||
DEFAULT_POLLING_INTERVAL = 60000
|
||||
DEFAULT_DEBUG = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue