From b15cd433c4703a97f123bd069cf977515ac0c1d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 17:56:32 +0000 Subject: [PATCH] Update zigbee-herdsman-converters to 14.0.673 (#15150) * Update zigbee-herdsman-converters to 14.0.673 * Update homeassistant.test.js Co-authored-by: Koenkk Co-authored-by: Koen Kanters --- package-lock.json | 14 +++++++------- package.json | 2 +- test/homeassistant.test.js | 3 ++- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52430cc81..649f26cbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "winston-transport": "^4.5.0", "ws": "^8.10.0", "zigbee-herdsman": "0.14.75", - "zigbee-herdsman-converters": "14.0.672", + "zigbee-herdsman-converters": "14.0.673", "zigbee2mqtt-frontend": "0.6.119" }, "bin": { @@ -9342,9 +9342,9 @@ } }, "node_modules/zigbee-herdsman-converters": { - "version": "14.0.672", - "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.672.tgz", - "integrity": "sha512-vDZ0I1l2J3gD3+C2RPmi4+Ejc7gZL/f4yetVJDCIy8u8Zb4bx5Uzg8DFVr8g5CLF3Z56FLm3n1WIGaYFps/CEw==", + "version": "14.0.673", + "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.673.tgz", + "integrity": "sha512-3ZVVXPhQJHHVe6cPTEJTRIg18J06PD2BtpvtvFbGEu9VcyTowS7k8httvnT5iZhgsScyhvHE6IVJYFoz2eMUwQ==", "dependencies": { "axios": "^1.1.3", "buffer-crc32": "^0.2.13", @@ -16190,9 +16190,9 @@ } }, "zigbee-herdsman-converters": { - "version": "14.0.672", - "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.672.tgz", - "integrity": "sha512-vDZ0I1l2J3gD3+C2RPmi4+Ejc7gZL/f4yetVJDCIy8u8Zb4bx5Uzg8DFVr8g5CLF3Z56FLm3n1WIGaYFps/CEw==", + "version": "14.0.673", + "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.673.tgz", + "integrity": "sha512-3ZVVXPhQJHHVe6cPTEJTRIg18J06PD2BtpvtvFbGEu9VcyTowS7k8httvnT5iZhgsScyhvHE6IVJYFoz2eMUwQ==", "requires": { "axios": "^1.1.3", "buffer-crc32": "^0.2.13", diff --git a/package.json b/package.json index 240511c4f..e5b7ed610 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "winston-transport": "^4.5.0", "ws": "^8.10.0", "zigbee-herdsman": "0.14.75", - "zigbee-herdsman-converters": "14.0.672", + "zigbee-herdsman-converters": "14.0.673", "zigbee2mqtt-frontend": "0.6.119" }, "devDependencies": { diff --git a/test/homeassistant.test.js b/test/homeassistant.test.js index e03fd7ca1..d00b6f7f7 100644 --- a/test/homeassistant.test.js +++ b/test/homeassistant.test.js @@ -779,7 +779,8 @@ describe('HomeAssistant extension', () => { "boost", "complex", "comfort", - "eco" + "eco", + "away" ], "preset_mode_value_template":"{{ value_json.preset }}", "preset_mode_state_topic":"zigbee2mqtt/TS0601_thermostat",