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:
@@ -14,13 +14,13 @@ assignees: ''
|
||||
|
||||
**Checklist:**
|
||||
|
||||
- Please try updating to the [latest available version](https://github.com/dermotduffy/frigate-hass-card/releases).
|
||||
- Please try updating to the [latest available version](https://github.com/dermotduffy/advanced-camera-card/releases).
|
||||
- Please try clearing your browser cache.
|
||||
|
||||
**[REQUIRED] Card diagnostic information:**
|
||||
|
||||
<!--
|
||||
On the card, hold down the Default/Frigate menu button for a few seconds then paste the diagnostics below. No help can be provided without this
|
||||
On the card, hold down the Iris (default) menu button for a few seconds then paste the diagnostics *between* the pair of triple backticks below. No help can be provided without this.
|
||||
-->
|
||||
|
||||
```yaml
|
||||
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
- name: Upload javascript
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: frigate-hass-card
|
||||
name: advanced-camera-card
|
||||
path: dist/*.js
|
||||
|
||||
# When this issue is fixed, it would be useful to upload visualizations:
|
||||
@@ -57,5 +57,5 @@ jobs:
|
||||
# - name: Upload visualizations
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: frigate-hass-card
|
||||
# name: advanced-camera-card
|
||||
# path: visualizations/*.html
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
with:
|
||||
type: zip
|
||||
path: dist
|
||||
filename: frigate-hass-card.zip
|
||||
filename: advanced-camera-card.zip
|
||||
|
||||
- name: Upload JS files to release
|
||||
uses: svenstaro/upload-release-action@2.9.0
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: frigate-hass-card.zip
|
||||
file: advanced-camera-card.zip
|
||||
tag: ${{ github.ref }}
|
||||
overwrite: true
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
with:
|
||||
type: zip
|
||||
path: dist
|
||||
filename: frigate-hass-card.zip
|
||||
filename: advanced-camera-card.zip
|
||||
- run: npx semantic-release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user