From d52d520da86948167b9f0defe04a6fce7547edcb Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 22 Mar 2020 20:46:39 +0100 Subject: [PATCH] Update herdsman. --- lib/extension/homeassistant.js | 1 - npm-shrinkwrap.json | 24 ++++++++++++------------ package.json | 2 +- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 2fc578804..ae88b68d7 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1329,7 +1329,6 @@ const mapping = { 'HLC614-ZLL': [switchWithPostfix('l1'), switchWithPostfix('l2'), switchWithPostfix('l3')], 'EMIZB-132': [cfg.sensor_power, cfg.sensor_voltage, cfg.sensor_current, cfg.sensor_energy], 'S9ZGBRC01': [cfg.sensor_action, cfg.sensor_battery], - '75541': [cfg.light_brightness_colortemp_colorxy], }; Object.keys(mapping).forEach((key) => { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3ac19073c..985305dbf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -52,9 +52,9 @@ } }, "@babel/generator": { - "version": "7.9.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.0.tgz", - "integrity": "sha512-onl4Oy46oGCzymOXtKMQpI7VXtCbTSHK1kqBydZ6AmzuNcacEVqGk9tZtAS+48IA9IstZcDCgIg8hQKnb7suRw==", + "version": "7.9.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.3.tgz", + "integrity": "sha512-RpxM252EYsz9qLUIq6F7YJyK1sv0wWDBFuztfDGWaQKzHjqDHysxSiRUpA/X9jmfqo+WzkAVKFaUily5h+gDCQ==", "dev": true, "requires": { "@babel/types": "^7.9.0", @@ -199,9 +199,9 @@ } }, "@babel/parser": { - "version": "7.9.2", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.2.tgz", - "integrity": "sha512-2jyvKdoOS1aWAFL2rjJZmamyDDkPCx/AAz4/Wh1Dfxvw8qqnOvek/ZlHQ2noO/o8JpnXa/WiUUFOv48meBKkpA==", + "version": "7.9.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.3.tgz", + "integrity": "sha512-E6SpIDJZ0cZAKoCNk+qSDd0ChfTnpiJN9FfNf3RZ20dzwA2vL2oq5IX1XTVT+4vDmRlta2nGk5HGMMskJAR+4A==", "dev": true }, "@babel/plugin-syntax-bigint": { @@ -2020,9 +2020,9 @@ }, "dependencies": { "glob-parent": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz", - "integrity": "sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", "dev": true, "requires": { "is-glob": "^4.0.1" @@ -6923,9 +6923,9 @@ } }, "zigbee-herdsman": { - "version": "0.12.65", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.12.65.tgz", - "integrity": "sha512-Ejk3OjiA7U0Ay+kr6jAyxjLK6Nz8Q7vm969YkQ+auQcfeZwTMNGf29B9ILP5iNSM2M1ng3igH21MC93fVOY9lA==", + "version": "0.12.66", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.12.66.tgz", + "integrity": "sha512-lIO9V67GhYJi5f8fj9ZeHllLIKImdtOizGKii6h7mewepQQyzCA9tfqyOs2oCobQmvdjE1M2blMzS2PcxUnrZg==", "requires": { "debug": "^4.1.1", "fast-deep-equal": "^2.0.1", diff --git a/package.json b/package.json index 37fcd0cf2..dd7bea48c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "rimraf": "*", "semver": "*", "winston": "*", - "zigbee-herdsman": "0.12.65", + "zigbee-herdsman": "0.12.66", "zigbee-herdsman-converters": "12.0.56" }, "devDependencies": {