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.
This commit is contained in:
@@ -2,20 +2,17 @@
|
||||
<!-- markdownlint-disable fenced-code-language -->
|
||||
<!-- markdownlint-disable no-inline-html -->
|
||||
|
||||
<img src="https://raw.githubusercontent.com/blakeblackshear/frigate-hass-integration/master/images/frigate.png"
|
||||
alt="Frigate icon"
|
||||
width="35%"
|
||||
align="right"
|
||||
style="float: right; margin: 10px 0px 20px 20px;" />
|
||||
[](https://github.com/dermotduffy/frigate-hass-card/releases)
|
||||
[](https://github.com/dermotduffy/frigate-hass-card/actions/workflows/build.yml)
|
||||
[](LICENSE)
|
||||
[](https://github.com/dermotduffy/advanced-camera-card/releases)
|
||||
[](https://github.com/dermotduffy/advanced-camera-card/actions/workflows/build.yml)
|
||||
[](LICENSE)
|
||||
[](https://hacs.xyz)
|
||||
[](https://github.com/sponsors/dermotduffy)
|
||||
|
||||
<img src="https://raw.githubusercontent.com/dermotduffy/frigate-hass-card/main/docs/images/image-view.png" alt="Frigate Card" width="400px">
|
||||
<img src="https://raw.githubusercontent.com/dermotduffy/advanced-camera-card/main/docs/images/advanced-camera-card.png" alt="Advanced Camera Card" width="500px">
|
||||
|
||||
# Frigate Card
|
||||
# Advanced Camera Card
|
||||
|
||||
Formerly known as: `Frigate Card`
|
||||
|
||||
A comprehensive camera card for Home Assistant.
|
||||
|
||||
@@ -31,4 +28,4 @@ A comprehensive camera card for Home Assistant.
|
||||
- Full [Picture Elements](https://www.home-assistant.io/lovelace/picture-elements/) support.
|
||||
- Theme friendly.
|
||||
|
||||
See [full documentation](https://dermotduffy.github.io/frigate-hass-card).
|
||||
See [full documentation](https://dermotduffy.github.io/advanced-camera-card).
|
||||
|
||||
Reference in New Issue
Block a user