Skip to content

Commit

Permalink
fix: order keys in manifest.json for Hassfest validation
Browse files Browse the repository at this point in the history
  • Loading branch information
remuslazar committed Jun 30, 2024
1 parent 05d0cf6 commit 3bf1d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "Lint"
on:
push:
branches:
- "main"
- "master"
pull_request:
branches:
- "main"
- "master"

jobs:
ruff:
Expand Down
2 changes: 1 addition & 1 deletion custom_components/nissan_carwings/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Nissan Connect (Carwings)",
"domain": "nissan_carwings",
"name": "Nissan Connect (Carwings)",
"codeowners": [
"@remuslazar"
],
Expand Down

0 comments on commit 3bf1d8a

Please sign in to comment.