-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
218aa0c
commit 324538c
Showing
17 changed files
with
10,947 additions
and
4,436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
**.test.tsx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
@@ -132,5 +130,6 @@ | |
}, | ||
"bugs": { | ||
"url": "https://github.com/nurikk/zigbee2mqtt-frontend/issues" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394" | ||
} |
Oops, something went wrong.