From e6feb5d4e4a24914bd12b39cb9948902dee034d1 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Fri, 13 Jul 2018 01:45:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea1edad..2c91399 100644 --- a/README.md +++ b/README.md @@ -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