mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-09-17 10:14:24 +00:00
fix(ignore): update zigbee-herdsman-converters to 26.107.0 (#33058)
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
7dc37e34c5
commit
9aa2eecc99
+1
-1
@@ -58,7 +58,7 @@
|
||||
"winston-transport": "^4.9.0",
|
||||
"ws": "^8.21.3",
|
||||
"zigbee-herdsman": "10.9.3",
|
||||
"zigbee-herdsman-converters": "26.106.0",
|
||||
"zigbee-herdsman-converters": "26.107.0",
|
||||
"zigbee2mqtt-frontend": "0.9.21",
|
||||
"zigbee2mqtt-windfront": "2.15.0"
|
||||
},
|
||||
|
||||
Generated
+5
-5
@@ -60,8 +60,8 @@ importers:
|
||||
specifier: 10.9.3
|
||||
version: 10.9.3
|
||||
zigbee-herdsman-converters:
|
||||
specifier: 26.106.0
|
||||
version: 26.106.0
|
||||
specifier: 26.107.0
|
||||
version: 26.107.0
|
||||
zigbee2mqtt-frontend:
|
||||
specifier: 0.9.21
|
||||
version: 0.9.21
|
||||
@@ -1440,8 +1440,8 @@ packages:
|
||||
utf-8-validate:
|
||||
optional: true
|
||||
|
||||
zigbee-herdsman-converters@26.106.0:
|
||||
resolution: {integrity: sha512-RlStxOOsk+CYoMJG63b656Hdfz9Zm3GjjZETas8yV+bIyjXJw6PnZlgOjPbBBfEIg2SIgMO2BRWMIoAW6uV08w==}
|
||||
zigbee-herdsman-converters@26.107.0:
|
||||
resolution: {integrity: sha512-bBhfMIuiPhzYqP3xus/0Tinw9XFI58u5wfiJvkmzd6+R8zA+7pbKtCcZ2er9sff5TK1PitoKFlDANOSYdJ/EaA==}
|
||||
engines: {node: '>=20.15.0'}
|
||||
|
||||
zigbee-herdsman@10.9.3:
|
||||
@@ -2661,7 +2661,7 @@ snapshots:
|
||||
|
||||
ws@8.21.3: {}
|
||||
|
||||
zigbee-herdsman-converters@26.106.0:
|
||||
zigbee-herdsman-converters@26.107.0:
|
||||
dependencies:
|
||||
iconv-lite: 0.7.3
|
||||
semver: 7.8.5
|
||||
|
||||
@@ -2069,7 +2069,8 @@ describe("Extension: Bridge", () => {
|
||||
},
|
||||
{
|
||||
access: 2,
|
||||
description: "Inverts the cover position and state, false: open=100,close=0, true: open=0,close=100 (default false).",
|
||||
description:
|
||||
"Inverts the reported cover position and the state derived from it, false: open=100,close=0, true: open=0,close=100 (default false).",
|
||||
label: "Invert cover",
|
||||
name: "invert_cover",
|
||||
property: "invert_cover",
|
||||
|
||||
Reference in New Issue
Block a user