mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-06 02:39:38 +00:00
fix(ignore): update zigbee-herdsman-converters to 26.92.0 (#32757)
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@
|
||||
"winston-transport": "^4.9.0",
|
||||
"ws": "^8.21.1",
|
||||
"zigbee-herdsman": "10.8.1",
|
||||
"zigbee-herdsman-converters": "26.91.0",
|
||||
"zigbee-herdsman-converters": "26.92.0",
|
||||
"zigbee2mqtt-frontend": "0.9.21",
|
||||
"zigbee2mqtt-windfront": "2.14.1"
|
||||
},
|
||||
|
||||
Generated
+5
-5
@@ -60,8 +60,8 @@ importers:
|
||||
specifier: 10.8.1
|
||||
version: 10.8.1
|
||||
zigbee-herdsman-converters:
|
||||
specifier: 26.91.0
|
||||
version: 26.91.0
|
||||
specifier: 26.92.0
|
||||
version: 26.92.0
|
||||
zigbee2mqtt-frontend:
|
||||
specifier: 0.9.21
|
||||
version: 0.9.21
|
||||
@@ -1392,8 +1392,8 @@ packages:
|
||||
utf-8-validate:
|
||||
optional: true
|
||||
|
||||
zigbee-herdsman-converters@26.91.0:
|
||||
resolution: {integrity: sha512-riuVpJn2/bSbKrfkp26S5hRHB0El6X7RgyWNKOSya0DjyeJAfpoVAJyipmghMP9cJiquQvUUpx1EcxaXNJub2w==}
|
||||
zigbee-herdsman-converters@26.92.0:
|
||||
resolution: {integrity: sha512-lYyh7ai+exZzNNCJZO0YQAIx8/5kqtNlNVBKRLEidvoLTpkeMPj29joW2zVHuBkNXe+Qn7qTw6g0OeS6ig0h5g==}
|
||||
engines: {node: '>=20.15.0'}
|
||||
|
||||
zigbee-herdsman@10.8.1:
|
||||
@@ -2575,7 +2575,7 @@ snapshots:
|
||||
|
||||
ws@8.21.1: {}
|
||||
|
||||
zigbee-herdsman-converters@26.91.0:
|
||||
zigbee-herdsman-converters@26.92.0:
|
||||
dependencies:
|
||||
iconv-lite: 0.7.3
|
||||
semver: 7.8.5
|
||||
|
||||
@@ -1962,7 +1962,7 @@ describe("Extension: Bridge", () => {
|
||||
},
|
||||
{
|
||||
access: 2,
|
||||
description: "Inverts the cover position, false: open=100,close=0, true: open=0,close=100 (default false).",
|
||||
description: "Inverts the cover position and state, 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