From aa87c0b688d0e893c382dd1c9fbb9ee00d77ad06 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 17 Sep 2020 23:27:25 +0200 Subject: [PATCH] Update path --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4974854d..37e971d2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ pip3 install pyvlx Home Assistant Plugin --------------------- -PyVLX is used within [Home-Assistant](https://www.home-assistant.io/components/velux/). To enable it add the following lines to your ~/.home-assistant/configuration.yml: +PyVLX is used within [Home Assistant](https://www.home-assistant.io/components/velux/). To enable it add the following lines to your ~/.homeassistant/configuration.yml: ```yaml velux: @@ -79,5 +79,3 @@ if __name__ == '__main__': # LOOP.run_forever() LOOP.close() ``` - -