zigbee-herdsman-converters 23.25.0 → 23.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/README.md +33 -18
  3. package/dist/converters/toZigbee.js +1 -1
  4. package/dist/converters/toZigbee.js.map +1 -1
  5. package/dist/devices/efekta.js +2 -2
  6. package/dist/devices/efekta.js.map +1 -1
  7. package/dist/devices/gledopto.js +1 -1
  8. package/dist/devices/gledopto.js.map +1 -1
  9. package/dist/devices/gmmts.js +1 -1
  10. package/dist/devices/gmmts.js.map +1 -1
  11. package/dist/devices/heiman.d.ts.map +1 -1
  12. package/dist/devices/heiman.js +7 -0
  13. package/dist/devices/heiman.js.map +1 -1
  14. package/dist/devices/ikea.js +1 -1
  15. package/dist/devices/ikea.js.map +1 -1
  16. package/dist/devices/index.d.ts.map +1 -1
  17. package/dist/devices/index.js +2 -0
  18. package/dist/devices/index.js.map +1 -1
  19. package/dist/devices/inovelli.js +15 -15
  20. package/dist/devices/inovelli.js.map +1 -1
  21. package/dist/devices/lincukoo.d.ts +3 -0
  22. package/dist/devices/lincukoo.d.ts.map +1 -0
  23. package/dist/devices/lincukoo.js +135 -0
  24. package/dist/devices/lincukoo.js.map +1 -0
  25. package/dist/devices/lixee.js +1 -1
  26. package/dist/devices/muller_licht.d.ts.map +1 -1
  27. package/dist/devices/muller_licht.js +7 -0
  28. package/dist/devices/muller_licht.js.map +1 -1
  29. package/dist/devices/namron.js +1 -1
  30. package/dist/devices/namron.js.map +1 -1
  31. package/dist/devices/paulmann.js +1 -1
  32. package/dist/devices/paulmann.js.map +1 -1
  33. package/dist/devices/philips.d.ts.map +1 -1
  34. package/dist/devices/philips.js +7 -0
  35. package/dist/devices/philips.js.map +1 -1
  36. package/dist/devices/qoto.js +1 -1
  37. package/dist/devices/qoto.js.map +1 -1
  38. package/dist/devices/sonoff.d.ts.map +1 -1
  39. package/dist/devices/sonoff.js +63 -1
  40. package/dist/devices/sonoff.js.map +1 -1
  41. package/dist/devices/tech.js +2 -2
  42. package/dist/devices/tech.js.map +1 -1
  43. package/dist/devices/tuya.d.ts.map +1 -1
  44. package/dist/devices/tuya.js +120 -40
  45. package/dist/devices/tuya.js.map +1 -1
  46. package/dist/devices/yandex.js +1 -1
  47. package/dist/devices/yandex.js.map +1 -1
  48. package/dist/devices/yokis.js +8 -8
  49. package/dist/devices/yokis.js.map +1 -1
  50. package/dist/index.d.ts.map +1 -1
  51. package/dist/index.js +7 -1
  52. package/dist/index.js.map +1 -1
  53. package/dist/lib/develco.js +1 -1
  54. package/dist/lib/develco.js.map +1 -1
  55. package/dist/lib/ewelink.js +8 -8
  56. package/dist/lib/ewelink.js.map +1 -1
  57. package/dist/lib/exposes.d.ts +1 -0
  58. package/dist/lib/exposes.d.ts.map +1 -1
  59. package/dist/lib/exposes.js +1 -0
  60. package/dist/lib/exposes.js.map +1 -1
  61. package/dist/lib/ikea.d.ts.map +1 -1
  62. package/dist/lib/ikea.js +87 -1
  63. package/dist/lib/ikea.js.map +1 -1
  64. package/dist/lib/lumi.js +4 -4
  65. package/dist/lib/lumi.js.map +1 -1
  66. package/dist/lib/modernExtend.js +2 -2
  67. package/dist/lib/modernExtend.js.map +1 -1
  68. package/dist/lib/ota.d.ts +2 -1
  69. package/dist/lib/ota.d.ts.map +1 -1
  70. package/dist/lib/ota.js +30 -18
  71. package/dist/lib/ota.js.map +1 -1
  72. package/dist/lib/tuya.d.ts +17 -0
  73. package/dist/lib/tuya.d.ts.map +1 -1
  74. package/dist/lib/tuya.js +30 -0
  75. package/dist/lib/tuya.js.map +1 -1
  76. package/dist/lib/utils.js +1 -1
  77. package/dist/lib/utils.js.map +1 -1
  78. package/dist/models-index.json +1 -1
  79. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [23.27.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.26.0...v23.27.0) (2025-04-14)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** HS15A-M ([#9140](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9140)) ([bc94e15](https://github.com/Koenkk/zigbee-herdsman-converters/commit/bc94e15df0adfa211f8474bfd808b894297192df))
9
+ * **add:** SNZB-02LD ([#9177](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9177)) ([097ee4c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/097ee4c34f52650d874ff7ebb20a2b47d68d0ced))
10
+ * Gledopto GL-D-015P: support power on behaviour ([#9174](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9174)) ([88c0070](https://github.com/Koenkk/zigbee-herdsman-converters/commit/88c0070a5ca53ffbcb5a6e8a65e0d4c1379ba024))
11
+ * Workaround IKEA bulbs freezing during a brightness & color transition ([#8637](https://github.com/Koenkk/zigbee-herdsman-converters/issues/8637)) ([861282e](https://github.com/Koenkk/zigbee-herdsman-converters/commit/861282e7f6c5d2276fb18cad9278d8c5396248d2))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **detect:** Detect `_TZE200_2imwyigp` as Tuya MG-ZG03W https://github.com/Koenkk/zigbee2mqtt/issues/27103 ([6ad4a9e](https://github.com/Koenkk/zigbee-herdsman-converters/commit/6ad4a9e87c0fbd31508457116196e62802270016))
17
+ * Fix typos ([#9178](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9178)) ([78f65a1](https://github.com/Koenkk/zigbee-herdsman-converters/commit/78f65a198476978235afbf0d6b1a0e12c9b8386c))
18
+ * **ignore:** Update sonoff.ts ([#9180](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9180)) ([ccf74d8](https://github.com/Koenkk/zigbee-herdsman-converters/commit/ccf74d835df80e4c3b5d3c2fdfb826a41d434fa0))
19
+
20
+ ## [23.26.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.25.0...v23.26.0) (2025-04-13)
21
+
22
+
23
+ ### Features
24
+
25
+ * **add:** 404122/404123 ([#9172](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9172)) ([9bb704d](https://github.com/Koenkk/zigbee-herdsman-converters/commit/9bb704d01d3b204738493c0bba328bee059ee1a3))
26
+ * **add:** 929003808501 ([#9163](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9163)) ([0549838](https://github.com/Koenkk/zigbee-herdsman-converters/commit/05498380f1bcf3cc4463133d60859920f642c8bd))
27
+ * **add:** SZW08, SZLR08, SZLM04U ([#9167](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9167)) ([53ef9cb](https://github.com/Koenkk/zigbee-herdsman-converters/commit/53ef9cb0b38afa71d4acf46d7c85c806f1ece382))
28
+ * **add:** TS0726_4_gang_scene_switch, TS0726_3_gang_scene_switch, TS0726_2_gang_scene_switch, TS0003_3_gang_switch ([#9158](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9158)) ([7a5cd1c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7a5cd1c1f6b10ec3d6da3d3e1da15bd8028e7364))
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * Allow scheduling OTA on device request ([#9048](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9048)) ([7286e85](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7286e8572c4cba1546273011eeb4962c272553f4))
34
+ * **detect:** Detect `_TZ3000_s678wazd` as Tuya TS0726_4_gang https://github.com/Koenkk/zigbee-herdsman-converters/issues/9138 ([55a5202](https://github.com/Koenkk/zigbee-herdsman-converters/commit/55a52021cde6c6d118eae7d9753f2f7795ec753a))
35
+ * do not throw when exposes function throws ([#9169](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9169)) ([625a913](https://github.com/Koenkk/zigbee-herdsman-converters/commit/625a9130552c4213f2ecd4ee6c1d5ee3845299bf))
36
+ * **ignore:** update dependencies ([#9170](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9170)) ([8c8cae8](https://github.com/Koenkk/zigbee-herdsman-converters/commit/8c8cae87ca900c4c00e00a237bb66146dce334e5))
37
+
3
38
  ## [23.25.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.24.0...v23.25.0) (2025-04-10)
4
39
 
5
40
 
package/README.md CHANGED
@@ -4,6 +4,39 @@
4
4
 
5
5
  Collection of device converters to be used with zigbee-herdsman.
6
6
 
7
+ ## Contributing
8
+
9
+ See [Zigbee2MQTT how to support new devices](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html).
10
+
11
+ ### Creating a pull request
12
+
13
+ #### Github codespaces
14
+
15
+ You can use Github codespaces to create pull requests with a fully setup editor, right from your web browser:
16
+ - https://docs.github.com/en/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository
17
+ - https://docs.github.com/en/codespaces/developing-in-a-codespace/using-github-codespaces-for-pull-requests
18
+
19
+ #### Locally
20
+
21
+ Install the prerequisites:
22
+
23
+ ```sh
24
+ npm install -g pnpm
25
+ pnpm install --frozen-lockfile
26
+ ```
27
+
28
+ #### Submitting your pull request
29
+
30
+ Before you submit a pull request, you should run the following commands to ensure your changes will pass the tests:
31
+
32
+ ```sh
33
+ pnpm run check --fix
34
+ pnpm run build
35
+ pnpm test
36
+ ```
37
+
38
+ If any of those commands finish with an error your PR won't pass the tests and will likely be rejected.
39
+
7
40
  ## Breaking changes
8
41
 
9
42
  23.0.0
@@ -44,21 +77,3 @@ Collection of device converters to be used with zigbee-herdsman.
44
77
 
45
78
  - OTA `isUpdateAvailable` now returns an object instead of a boolean (e.g. `{available: true, currentFileVersion: 120, otaFileVersion: 125}`)
46
79
  - OTA `updateToLatest` now returns a number (`fileVersion` of the new OTA) instead of a void
47
-
48
- ## Contributing
49
-
50
- See [Zigbee2MQTT how to support new devices](https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html).
51
-
52
- ## Submitting a pull request
53
-
54
- If you'd like to submit a pull request, you should run the following commands to ensure your changes will pass the tests:
55
-
56
- ```sh
57
- npm install -g pnpm
58
- pnpm install --frozen-lockfile
59
- pnpm run check --fix
60
- pnpm run build
61
- pnpm test
62
- ```
63
-
64
- If any of those commands finish with an error your PR won't pass the tests and will likely be rejected.
@@ -1094,7 +1094,7 @@ exports.light_onoff_brightness = {
1094
1094
  if (brightness !== undefined &&
1095
1095
  meta.state.state === "OFF" &&
1096
1096
  utils.getMetaValue(entity, meta.mapped, "noOffTransitionWhenOff", { atLeastOnce: true }, false)) {
1097
- logger_1.logger.debug("Supressing OFF transition since entity is OFF and has noOffTransitionWhenOff=true", NS);
1097
+ logger_1.logger.debug("Suppressing OFF transition since entity is OFF and has noOffTransitionWhenOff=true", NS);
1098
1098
  brightness = undefined;
1099
1099
  }
1100
1100
  if (meta.state.brightness !== undefined && meta.state.state === "ON") {