From ea1c5a8f4e8537a2f8c59988bb712f62a0adffd7 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 4 Nov 2025 21:08:45 +0100 Subject: [PATCH] fix(ignore): update zigbee-herdsman-converters to 25.62.0 (#29449) --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- test/extensions/bridge.test.ts | 5 +++++ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 33978a4d..76190894 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "winston-transport": "^4.9.0", "ws": "^8.18.1", "zigbee-herdsman": "6.3.2", - "zigbee-herdsman-converters": "25.60.0", + "zigbee-herdsman-converters": "25.62.0", "zigbee2mqtt-frontend": "0.9.21", "zigbee2mqtt-windfront": "2.2.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b55c841e..c938b191 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,8 +75,8 @@ importers: specifier: 6.3.2 version: 6.3.2 zigbee-herdsman-converters: - specifier: 25.60.0 - version: 25.60.0 + specifier: 25.62.0 + version: 25.62.0 zigbee2mqtt-frontend: specifier: 0.9.21 version: 0.9.21 @@ -1472,8 +1472,8 @@ packages: utf-8-validate: optional: true - zigbee-herdsman-converters@25.60.0: - resolution: {integrity: sha512-Q620Yko11Ot+zQqS/iBM1Kr7VtIFrIyqkhfqCvD8eVE9pya6YX6NKXgv+EFjtlNkzhQA3JfH6sOA9oxZlg9JJA==} + zigbee-herdsman-converters@25.62.0: + resolution: {integrity: sha512-vnB9ZVsLkd9V1YOXC+vORY5JuSs6VBzKhhRhUFqPT801xI9F6JWJGiwPT2zA307JBzM+e15Y1lGBbLx1BxZjjQ==} engines: {node: '>=20.15.0'} zigbee-herdsman@6.3.2: @@ -2760,7 +2760,7 @@ snapshots: ws@8.18.3: {} - zigbee-herdsman-converters@25.60.0: + zigbee-herdsman-converters@25.62.0: dependencies: iconv-lite: 0.7.0 semver: 7.7.3 diff --git a/test/extensions/bridge.test.ts b/test/extensions/bridge.test.ts index 8188ed14..2e83a5f3 100644 --- a/test/extensions/bridge.test.ts +++ b/test/extensions/bridge.test.ts @@ -545,6 +545,7 @@ describe("Extension: Bridge", () => { property: "transition", type: "numeric", value_min: 0, + value_step: 0.1, }, { access: 2, @@ -771,6 +772,7 @@ describe("Extension: Bridge", () => { property: "transition", type: "numeric", value_min: 0, + value_step: 0.1, }, { access: 2, @@ -1883,6 +1885,7 @@ describe("Extension: Bridge", () => { property: "transition", type: "numeric", value_min: 0, + value_step: 0.1, }, { access: 2, @@ -2149,6 +2152,7 @@ describe("Extension: Bridge", () => { property: "transition", type: "numeric", value_min: 0, + value_step: 0.1, }, { access: 2, @@ -2583,6 +2587,7 @@ describe("Extension: Bridge", () => { property: "transition", type: "numeric", value_min: 0, + value_step: 0.1, }, { access: 2,