Skip to content

Commit

Permalink
Add prcedure to download specific version (#569)
Browse files Browse the repository at this point in the history
* Add prcedure to download specific version

* Add note about versioning
  • Loading branch information
c0ffeeca7 authored Aug 27, 2024
1 parent 6d7f191 commit c620a39
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions source/docs/use/repositories/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,22 @@ To use the functionality provided by a repository, you need to download it to Ho
- If you need a different version, under **Need a different version?**, select the version you want to download.
- **Troubleshooting**: Don't see the **Download** button? The button doesn't show if the repository has already been downloaded.

## Downloading a specific version of a repository

By default, the newest version of a repository is downloaded. If needed, you can select a specific version.

- A reason to choose an older version would be if you run an older version of Home Assistant and the newer version of the repository requires a newer version of Home Assistant.
- Check the documentation of the repository to find out which version of Home Assistant is required.

To download a specific version, follow these steps:

1. In Home Assistant, open HACS and find the repository of interest.
2. On the repository entry, select the 3 dots :material-dots-vertical: menu, then select the available option:
- **Download**, if the repository has not been downloaded yet.
- **Redownload**, if the repository has been downloaded previously.
3. Under **Need a different version?**, select the version you want to download.
- **Troubleshooting**: Don't see a version selector? Not all repositories support versioning.

## Removing a repository

1. In Home Assistant, open HACS and find the repository you want to remove.
Expand Down

0 comments on commit c620a39

Please sign in to comment.