From 9dc34c421ffd11ec67769ae91355ef51b2edbaa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 22:53:07 +0200 Subject: [PATCH] Update zigbee-herdsman-converters to 12.0.205 (#4625) * Update zigbee-herdsman-converters to 12.0.205 * Update homeassistant.js Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Koen Kanters --- lib/extension/homeassistant.js | 2 -- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index ec238868..c1b02179 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1184,7 +1184,6 @@ const manualMaping = { '412015': [cfg.sensor_power, cfg.binary_sensor_power_alarm_active], 'GZCGQ01LM': [cfg.sensor_battery, cfg.sensor_illuminance, cfg.sensor_illuminance_lux], 'U86KCJ-ZP': [cfg.sensor_action], - 'HS1HT': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery], 'HS2ESK-E': [cfg.switch, cfg.sensor_power], 'HS2AQ-EM': [ cfg.sensor_battery, cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery_state, @@ -1205,7 +1204,6 @@ const manualMaping = { 'TS0042': [cfg.sensor_action, cfg.sensor_battery], 'SNZB-04': [cfg.binary_sensor_contact, cfg.sensor_battery], 'SNZB-01': [cfg.sensor_action, cfg.sensor_battery], - 'SNZB-02': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery], 'SNZB-03': [cfg.binary_sensor_occupancy, cfg.sensor_battery], '07046L': [cfg.sensor_action], 'TERNCY-SD01': [cfg.sensor_click, cfg.sensor_battery, cfg.sensor_action, cfg.sensor_direction], diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4c1fa0ee..86a92167 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -15837,9 +15837,9 @@ } }, "zigbee-herdsman-converters": { - "version": "12.0.204", - "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.204.tgz", - "integrity": "sha512-M9/FBLGq/CfXq/PBc66hsmARHZy6TCn/BrVhoIYe5hpEMdlIrRJ4VnfalOXeq7cHQetXslNJma4qvcxfc9ekng==", + "version": "12.0.205", + "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.205.tgz", + "integrity": "sha512-G3YIrR0FLnQcOH82Ti1Wh5FlxxW06qGTNSNp9CkvFJ1XrF4ciKOE0fbEFxUP30xj81tUSr0CrxwdbkmXShppZg==", "requires": { "axios": "^0.20.0", "buffer-crc32": "^0.2.13", diff --git a/package.json b/package.json index b6ca8d7c..3eb445c5 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "winston-syslog": "^2.4.4", "ws": "^7.3.1", "zigbee-herdsman": "0.13.15", - "zigbee-herdsman-converters": "12.0.204", + "zigbee-herdsman-converters": "12.0.205", "zigbee2mqtt-frontend": "0.2.27" }, "devDependencies": {