From 045d5ebcfa23d9e5715493b96560ab34e0eb8604 Mon Sep 17 00:00:00 2001 From: Peter Buga Date: Mon, 25 Mar 2019 20:48:59 +0100 Subject: [PATCH] README file structure update --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fedbcd5..0ef7a36 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,10 @@ sonoff: And copy the *.py files in `custom_components` folder using the same structure like defined here: ``` custom_components - ├── sonoff.py - └── switch - └── sonoff.py - └── sensor - └── sonoff.py + └── sonoff + └── __init__.py + └── switch.py + └── sensor.py ``` `email` [Deprecated] used only for compatibility, may be eliminated in future.