From 6aae7c9f61dde983330f1a9614af1bf661e84848 Mon Sep 17 00:00:00 2001 From: L2v2P Date: Mon, 11 Nov 2019 09:24:04 +0100 Subject: [PATCH] Update README.md Clarification on the exact folder to create the custom_components folder in. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86a5030..c030733 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ gas: total gas cunsumption Installation: -1) create a folder called 'custom_components' into your Home Assistant folder +1) create a folder called 'custom_components' into your Home Assistant config folder 2) create a folder called 'youless' in the custom_components folder. 3) Download the 'sensor.py' file into this 'youless' folder 4) Create an empty file called '__init__.py' in the same folder