diff --git a/README.md b/README.md index 530f8ea..d747558 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,10 @@ Platform | Description 1. Have [HACS][hacs] installed, this will allow you to easily manage and track updates. 1. Search for "Blueprint". 1. Click Install below the found integration. -1. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Blueprint". +1. _If you want to configure component via Home Assistant UI..._\ + in the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Blueprint". +1. _If you want to configure component via `configuration.yaml`..._\ + follow instructions below, then restart Home Assistant. ### Manual installation @@ -124,7 +127,10 @@ Platform | Description 1. Download file `integration_blueprint.zip` from the [latest release section][releases-latest] in this repository. 1. Extract _all_ files from this archive you downloaded in the directory (folder) you created. 1. Restart Home Assistant -1. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Blueprint" +1. _If you want to configure component via Home Assistant UI..._\ + in the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Blueprint". +1. _If you want to configure component via `configuration.yaml`..._\ + follow instructions below, then restart Home Assistant.

* * *

I put a lot of work into making this repo and component available and updated to inspire and help others! I will be glad to receive thanks from you — it will give me new strength and add enthusiasm: diff --git a/custom_components/__init__.py b/custom_components/__init__.py deleted file mode 100644 index f55f54d..0000000 --- a/custom_components/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Custom components module."""