Skip to content

Commit eccd1f6

Browse files
authored
Remove some stale info from Z-Wave
1 parent 7a6a8e9 commit eccd1f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/_docs/z-wave.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Before configuring the Z-Wave setup, please take a moment and read [this article
1818

1919
### {% linkable_title Installation %}
2020

21-
As of version 0.45, Home Assistant automatically installs python-openzwave from PyPI as needed.
22-
2321
There is one dependency you will need to have installed ahead of time (included in `systemd-devel` on Fedora/RHEL systems):
2422

2523
```bash
@@ -41,7 +39,7 @@ Configuration variables:
4139
- **config_path** (*Optional*): The path to the Python OpenZWave configuration files. Defaults to the 'config' that is installed by python-openzwave
4240
- **autoheal** (*Optional*): Allows disabling auto Z-Wave heal at midnight. Defaults to True.
4341
- **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.
44-
- **device_config** (*Optional*): This attribute contains node-specific override values. (For releases prior to 0.39 this variable is called **customize**) See [Customizing devices and services](https://home-assistant.io/getting-started/customizing-devices/) for format:
42+
- **device_config** (*Optional*): This attribute contains node-specific override values:
4543
- **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.
4644
- **ignored** (*Optional*): Ignore this entity completely. It won't be shown in the Web Interface and no events are generated for it.
4745
- **refresh_value** (*Optional*): Enable refreshing of the node value. Only the light component uses this. Defaults to False.

0 commit comments

Comments
 (0)