From 92bd188ea99f5fad677c1b374706356087fcf16a Mon Sep 17 00:00:00 2001 From: Brian Berg Date: Thu, 9 Jul 2020 02:25:36 +0000 Subject: [PATCH] docs(readme): remove folder structure - not fun to maintain --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 2128919..e7a69c4 100644 --- a/README.md +++ b/README.md @@ -42,18 +42,6 @@ _Component to integrate with [NiceHash][nicehash]_ ``` 1. Restart Home Assistant -Using your HA configuration directory (folder) as a starting point you should now also have this: - -```text -custom_components/nicehash/translations/en.json -custom_components/nicehash/__init__.py -custom_components/nicehash/const.py -custom_components/nicehash/data_coordinators.py -custom_components/nicehash/manifest.json -custom_components/nicehash/sensor.py -custom_components/nicehash/sensors.py -``` - ## Contributions are welcome!