Merge branch 'current' into next
This commit is contained in:
commit
28fd5114d6
54 changed files with 554 additions and 84 deletions
|
|
@ -18,7 +18,7 @@ There is currently support for climate, covers, lights, locks, sensors, switches
|
|||
|
||||
As of version 0.45, Home Assistant automatically installs python-openzwave from PyPI as needed.
|
||||
|
||||
There is one dependency you will need to have installed ahead of time:
|
||||
There is one dependency you will need to have installed ahead of time (included in `systemd-devel` on Fedora/RHEL systems):
|
||||
|
||||
```bash
|
||||
$ sudo apt-get install libudev-dev
|
||||
|
|
@ -101,6 +101,10 @@ An easy script to generate a random key:
|
|||
cat /dev/urandom | tr -dc '0-9A-F' | fold -w 32 | head -n 1 | sed -e 's/\(..\)/0x\1, /g'
|
||||
```
|
||||
|
||||
### {% linkable_title Battery Powered Devices %}
|
||||
|
||||
Battery powered devices need to be awake before you can use the Z-Wave control panel to update their settings. How to wake your device is device specific, and some devices will stay awake for only a couple of seconds. Please refer to the manual of your device for more details.
|
||||
|
||||
### {% linkable_title Events %}
|
||||
|
||||
#### {% linkable_title zwave.network_complete %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue