mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update z-wave docs to correctly format alt cmds (#1348)
This commit is contained in:
parent
05668de732
commit
85eb61de87
@ -43,14 +43,13 @@ $ sudo PYTHON_EXEC=$(which python3) make install
|
|||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
Instead of `make install`, you can alternatively build your own python-openzwave package which can be easily uninstalled:
|
Instead of `make install`, you can alternatively build your own python-openzwave package which can be easily uninstalled:
|
||||||
|
</p>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get install -y checkinstall
|
$ sudo apt-get install -y checkinstall
|
||||||
$ sudo PYTHON_EXEC=$(which python3) checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave
|
$ sudo PYTHON_EXEC=$(which python3) checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave
|
||||||
```
|
```
|
||||||
|
|
||||||
</p>
|
|
||||||
|
|
||||||
With this installation, your `config_path` needed below will resemble:
|
With this installation, your `config_path` needed below will resemble:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user