Skip to content

Commit

Permalink
feat(attributePicker): support custom attributes (#2001) (#2019)
Browse files Browse the repository at this point in the history
* feat(attributePicker): support custom attributes (#2001)
- Update type definition to import Custom Clusters
- Remove zh and zhc dependencies
- Duplicate Cluster.ts file as this is becoming static
- Updating references in components

* fix(reporting): only display clusters declared by the device

* feat(customclusters): refactoring the mqtt topic

- Supporting new topic `bridge/definitions`
  Introduced in Koenkk/zigbee2mqtt#22583
- Removing previously added files from `zigbee-herdsman`, but keeping
  the enum one

* feat(customclusters): updating github build script

* feat(customclusters): fixing github action configuration

* feat(customerclusters): fix pretty

* feat(customclusters): fixing pnpm lock

* feat(customclusters): fixing test cases

* feat(customclusters): small revamp style

* feat(customclusters): adding codebeatignore file and exclude test files

* feat(customclusters): fixing ignore

* feat(customclusters): fixing ignore

* feat(customclusters): fixing pretty

---------

Co-authored-by: Laurent Chardin <>
  • Loading branch information
LaurentChardin committed May 24, 2024
1 parent 218aa0c commit 324538c
Show file tree
Hide file tree
Showing 17 changed files with 10,947 additions and 4,436 deletions.
1 change: 1 addition & 0 deletions .codebeatignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**.test.tsx
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: 📦 Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
uses: pnpm/action-setup@v4

- name: 🚀 Use Node.js
uses: actions/setup-node@v4
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8

- name: Use Node.js
uses: actions/setup-node@v4
Expand All @@ -29,9 +27,9 @@ jobs:

- run: pnpm install --frozen-lockfile
- run: pnpm run test:coverage
- run: pnpm run i18n:download
- run: pnpm run i18n:download
- run: pnpm run i18n:trim
- run: pnpm build
- run: pnpm build
- run: pnpm publish --no-git-checks
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@
"vite-plugin-html": "~3.2.0",
"vite-plugin-sass-dts": "~1.3.11",
"vitest": "^1.3.1",
"ws": "~8.14.2",
"zigbee-herdsman": "~0.35.3",
"zigbee-herdsman-converters": "~15.132.0"
"ws": "~8.14.2"
},
"main": "index.js",
"husky": {
Expand All @@ -132,5 +130,6 @@
},
"bugs": {
"url": "https://github.com/nurikk/zigbee2mqtt-frontend/issues"
}
},
"packageManager": "[email protected]+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394"
}
Loading

0 comments on commit 324538c

Please sign in to comment.