Fix the blueprint update instructions
This commit is contained in:
@@ -83,12 +83,11 @@ The instructions to upload TFT will vary depending on the version you are instal
|
||||
|
||||
### For Blueprint Component
|
||||
1. Use your preferred code editor to edit the blueprint file under `/homeassistant/blueprints/automation/Blackymas/nspanel_blueprint.yaml`.
|
||||
2. In the `source_url` key, change the URL replacing `main` by the version you want to install.
|
||||
3. Go to **Developer Tools**, select the tab **YAML** and click the button to reload **AUTOMATIONS**.
|
||||
4. Go to the [Blueprints dashboard](https://my.home-assistant.io/redirect/blueprints/) (under **Settings** > **Automations & Scenes**, then select tab **Blueprints**).
|
||||
5. Find the Blueprint named **NSPanel Configuration** and click on the 3-dot menu related to that.
|
||||
6. Click **Re-import blueprint**.
|
||||
7. Go back to **Developer Tools**, select the tab **YAML** and click the button to reload **AUTOMATIONS**.
|
||||
2. Go to the GitHub repository and select the [branch (`main`, `beta` or `dev`)](https://github.com/Blackymas/NSPanel_HA_Blueprint/branches) or the [tag](https://github.com/Blackymas/NSPanel_HA_Blueprint/tags) (for previous versions) you want to use.
|
||||
3. Find the file `nspanel_blueprint.yaml` in the root of the branch/tag, then click on it to open the file content visualization.
|
||||
4. Click the button "**Copy raw file**" in the top right area of the code box. This will copy the entire code to the clipboard.
|
||||
5. Go back to your code editor in Home Assistant and replace the entire old code by the one in your clipboard (typically CTRL+A & CTRL+V).
|
||||
6. Go to **Developer Tools**, select the tab **YAML** and click the button to reload **AUTOMATIONS**.
|
||||
|
||||
## Additional Notes
|
||||
- Please note that the images provided in this guide might become outdated as the project evolves.
|
||||
|
||||
Reference in New Issue
Block a user