diff --git a/source/_components/zwave.markdown b/source/_components/zwave.markdown index f8a59fa0fd9..c448ff35401 100644 --- a/source/_components/zwave.markdown +++ b/source/_components/zwave.markdown @@ -72,6 +72,7 @@ Configuration variables: - **usb_path** (*Required*): The port where your device is connected to your Home Assistant host. - **config_path** (*Optional*): The path to the Python Open Z-Wave configuration files. +- **autoheal** (*Optional*): Allows disabling auto ZWave heal at midnight. Defaults to True. - **polling_interval** (*Optional*): 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. - **customize** (*Optional*): This attribute contains node-specific override values: - **polling_intensity** (*Optional*): Enables polling of a value and sets the frequency of polling (0=none, 1=every time through the list, 2-every other time, etc). If not specified then your device will not be polled.