mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Autoheal default to false. Remove line that no longer relevant.
This commit is contained in:
parent
635ebda645
commit
84ad821a8f
@ -37,11 +37,6 @@ config_path:
|
||||
required: false
|
||||
type: string
|
||||
default: the 'config' that is installed by python-openzwave
|
||||
autoheal:
|
||||
description: Allows disabling auto Z-Wave heal at midnight.
|
||||
required: false
|
||||
type: boolean
|
||||
default: true
|
||||
polling_interval:
|
||||
description: The time period in milliseconds between polls of a nodes value. Be careful about using polling values below 30000 (30 seconds) as polling can flood the zwave network and cause problems.
|
||||
required: false
|
||||
@ -52,6 +47,11 @@ debug:
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
autoheal:
|
||||
description: Allows enabling auto Z-Wave heal at midnight. Warning, this is in efficient and [should not be used](https://github.com/home-assistant/architecture/issues/81#issuecomment-478444085).
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
device_config / device_config_domain / device_config_glob:
|
||||
description: "This attribute contains node-specific override values. NOTE: This needs to be specified if you are going to use any of the following options. See [Customizing devices and services](/docs/configuration/customizing-devices/) for the format."
|
||||
required: false
|
||||
@ -84,12 +84,6 @@ device_config / device_config_domain / device_config_glob:
|
||||
default: false
|
||||
{% endconfiguration %}
|
||||
|
||||
<p class='note'>
|
||||
As of Home Assistant 0.81, the Z-Wave `usb_path` and `network_key` options are configured through the Integrations page in Home Assistant. Specifying a `zwave:` section in `configuration.yaml` is no longer required unless you need to customize other settings, such as `device_config`, `polling_interval`, etc.
|
||||
|
||||
If you change the `usb_path` or `network_key` in your `configuration.yaml` then this will not be updated in the integration. You'll need to remove and re-add the Integration for these changes to take effect.
|
||||
</p>
|
||||
|
||||
### {% linkable_title Network Key %}
|
||||
|
||||
Security Z-Wave devices require a network key before being added to the network using the Add Secure Node button in the Z-Wave Network Management card. You must set the *network_key* configuration variable to use a network key before adding these devices.
|
||||
|
Loading…
x
Reference in New Issue
Block a user