Skip to content

Commit 102a67d

Browse files
andrey-gitfabaff
authored andcommitted
Update zwave customize format (home-assistant#1922)
Add a link to generic "Customizing devices and services".
1 parent f006544 commit 102a67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/getting-started/z-wave.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Configuration variables:
7676
- **config_path** (*Optional*): The path to the Python OpenZWave configuration files. Defaults to the folder `config` in your Python OpenZWave install directory.
7777
- **autoheal** (*Optional*): Allows disabling auto Z-Wave heal at midnight. Defaults to True.
7878
- **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.
79-
- **customize** (*Optional*): This attribute contains node-specific override values:
79+
- **customize** (*Optional*): This attribute contains node-specific override values. See [Customizing devices and services](https://home-assistant.io/getting-started/customizing-devices/) for format:
8080
- **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.
8181
- **ignored** (*Optional*): Ignore this entitiy completely. It won't be shown in the Web Interface and no events are generated for it.
8282
- **refresh_value** (*Optional*): Enable refreshing of the node value. Only the light component uses this. Defaults to False.

0 commit comments

Comments
 (0)