generated from custom-cards/boilerplate-card
-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add information on the new release philosophy (#1592)
- Loading branch information
1 parent
d907ace
commit 47d9e39
Showing
3 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Rolling Back | ||
|
||
There may be many versions of this card (see [release philosophy](./developing.md?id=release-philosophy)). If you experience trouble with one version, you can always rollback to a prior version. | ||
|
||
### Rolling Back in HACS | ||
|
||
- Open your Home Assistant instance and navigate to `HACS` in the sidebar | ||
- Choose "Frontend" | ||
- Click on "Frigate Card" | ||
- Click on the "Three dots menu" | ||
- Choose "Redownload" | ||
- Select the version you wish to change to | ||
- Click "Download" | ||
- Reload your browser | ||
|
||
### Rolling Back Manually | ||
|
||
If you didn't use `HACS` to install the card, you're on your own to roll it | ||
back! Generally though this amounts to simply "replacing" an installation with | ||
an older one, by following the [manual | ||
installation](./advanced-installation.md?id=manual-installation) instructions | ||
and simply choosing an older version to install. |