Update README.md

This commit is contained in:
Daniel Perna 2018-07-13 01:45:21 +02:00 committed by GitHub
parent 01600dcce1
commit e6feb5d4e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ There are no dependencies on Python modules that are not part of the standard li
- Copy [configurator.py](https://github.com/danielperna84/hass-configurator/blob/master/configurator.py) to your HASS configuration directory (e.g /home/homeassistant/.homeassistant)
- Make it executable (`sudo chmod 755 configurator.py`)
- (Optional) Set the `GIT` variable in configurator.py to `True` if [GitPython](https://gitpython.readthedocs.io/) is installed on your system
- (Optional) Install [pyotp](https://github.com/pyotp/pyotp) if you want to used the time based `SESAME` feature (see below).
- (Optional) Install [pyotp](https://github.com/pyotp/pyotp) if you want to use the time based `SESAME` feature (see below).
- Execute it (`sudo ./configurator.py`)
- To terminate the process do the usual `CTRL+C`, maybe once or twice