From b750f00732bee03288efe2cd9d6ac828fe070b6f Mon Sep 17 00:00:00 2001 From: Chris Rowe Date: Tue, 4 Mar 2025 20:01:59 -0500 Subject: [PATCH] Add download step to readme (#354) I didn't realize this was a required step and found https://community.home-assistant.io/t/hacs-added-repositories-dont-persist-a-restart/665788 after some Googling, so thought it might be worth adding to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfabce7..a00c2d4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ Setting up a custom repository is done by: 3. Click the 3-dot menu in the top right and select `Custom repositories` 4. In the UI that opens, copy and paste the [url for this github repo](https://github.com/magico13/ha-emporia-vue) into the `Add custom repository URL` field. 5. Set the category to `Integration`. -6. Click the `Add` button. Further configuration is done within the Integrations configuration in Home Assistant. You may need to restart home assistant and clear your browser cache before it appears, try ctrl+shift+r if you don't see it in the configuration list. +6. Click the `Add` button. +7. Select Emporia Vue from the list and press the download button. +8. Further configuration is done within the Integrations configuration in Home Assistant. You may need to restart home assistant and clear your browser cache before it appears, try ctrl+shift+r if you don't see it in the configuration list. ![hacs1](images/hacs1.PNG) ![hacs2](images/hacs2.PNG)