Files
advanced-camera-card/docs/rolling-back.md
T
Dermot Duffy cc376a8be1 feat: Rename the card to advanced-camera-card (#1873)
Whilst the Frigate support in this card is the best among camera
engines, the name incorrectly suggests that Frigate is a requirement.
Instead, to broaden the appeal, change to more camera agnostic name.
This does not suggest any change in priority, role or support for
Frigate.

This change is likely to be bug prone, due to the size of the rename --
the code contains 1500+ references to "Frigate" most of which make sense
to rename, some which do not, all of which needed human assessment.

- Closes #1298


BREAKING CHANGE: References to `frigate-card` in all kinds of
configuration need to be updated to `advanced-camera-card`. An automated
config upgrade should take care of the majority of usecases (click `Edit
-> Upgrade -> Save`), though may not be perfect.
2025-02-06 19:32:32 -08:00

25 lines
886 B
Markdown

# 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
[](./common/rename-hacs.md ':include')
### 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.