wrong directory (#2080)

following the tutorial, it seems the folder should be /srv/homeassistant, not /svr/hass
This commit is contained in:
JudgeDredd 2017-02-18 21:03:04 -05:00 committed by Paulus Schoutsen
parent 58a17d34b5
commit a7f2172b49

View File

@ -58,7 +58,7 @@ With this installation, your `config_path` needed below will resemble:
If you followed along with setting up a virtual environment, your path will be:
```bash
/srv/hass/python-openzwave/openzwave/config
/srv/homeassistant/python-openzwave/openzwave/config
```