From e836984e5e56c96ca439bf653a3f911668b239b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 01:25:53 +0200 Subject: [PATCH] Update zigbee-herdsman-converters to 12.0.207 (#4627) * Update zigbee-herdsman-converters to 12.0.207 * 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 | 129 ++------------------------------- npm-shrinkwrap.json | 6 +- package.json | 2 +- 3 files changed, 11 insertions(+), 126 deletions(-) diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index c1b02179..e3cfe0fa 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -373,42 +373,6 @@ const cfg = { value_template: '{{ value_json.voltage }}', }, }, - 'sensor_current_phase_b': { - type: 'sensor', - object_id: 'current_phase_b', - discovery_payload: { - unit_of_measurement: 'A', - icon: 'mdi:current-ac', - value_template: '{{ value_json.current_phase_b }}', - }, - }, - 'sensor_voltage_phase_b': { - type: 'sensor', - object_id: 'voltage_phase_b', - discovery_payload: { - unit_of_measurement: 'V', - icon: 'mdi:alpha-v', - value_template: '{{ value_json.voltage_phase_b }}', - }, - }, - 'sensor_current_phase_c': { - type: 'sensor', - object_id: 'current_phase_c', - discovery_payload: { - unit_of_measurement: 'A', - icon: 'mdi:current-ac', - value_template: '{{ value_json.current_phase_c }}', - }, - }, - 'sensor_voltage_phase_c': { - type: 'sensor', - object_id: 'voltage_phase_c', - discovery_payload: { - unit_of_measurement: 'V', - icon: 'mdi:alpha-v', - value_template: '{{ value_json.voltage_phase_c }}', - }, - }, 'sensor_energy': { type: 'sensor', object_id: 'energy', @@ -880,7 +844,6 @@ const manualMaping = { 'ZNCZ02LM': [cfg.switch, cfg.sensor_power, cfg.sensor_temperature, cfg.sensor_consumption, cfg.sensor_voltage], 'QBCZ11LM': [cfg.switch, cfg.sensor_power], 'JTYJ-GD-01LM/BW': [cfg.binary_sensor_smoke, cfg.sensor_battery, cfg.sensor_sensitivity, cfg.sensor_smoke_density], - 'PLUG EDP RE:DY': [cfg.switch, cfg.sensor_power], 'CC2530.ROUTER': [cfg.binary_sensor_led], 'ICTC-G-1': [cfg.sensor_brightness, cfg.sensor_battery, cfg.sensor_action], 'QBKG11LM': [cfg.switch, cfg.sensor_power, cfg.sensor_click, cfg.sensor_action, cfg.sensor_temperature], @@ -899,9 +862,6 @@ const manualMaping = { 'STSS-MULT-001': [cfg.binary_sensor_contact, cfg.sensor_battery], 'JTQJ-BF-01LM/BW': [cfg.binary_sensor_gas, cfg.sensor_gas_density, cfg.sensor_sensitivity], 'AV2010/22': [cfg.binary_sensor_occupancy, cfg.sensor_battery], - '3210-L': [cfg.switch, cfg.sensor_power, cfg.sensor_current, cfg.sensor_voltage], - '3320-L': [cfg.binary_sensor_contact, cfg.sensor_temperature, cfg.sensor_battery], - '3326-L': [cfg.binary_sensor_occupancy, cfg.sensor_temperature, cfg.sensor_battery], 'A6121': [cfg.sensor_lock], 'DJT11LM': [cfg.sensor_action, cfg.sensor_battery, cfg.sensor_sensitivity, cfg.sensor_strength], '4256251-RZHAC': [cfg.switch, cfg.sensor_power], @@ -909,7 +869,6 @@ const manualMaping = { 'STS-PRS-251': [cfg.binary_sensor_presence, cfg.sensor_battery], 'STSS-PRES-001': [cfg.binary_sensor_presence, cfg.sensor_battery], 'HS1SA': [cfg.binary_sensor_smoke, cfg.binary_sensor_battery_low], - 'SP 120': [cfg.switch, cfg.sensor_power, cfg.sensor_energy], 'HS3SA': [cfg.binary_sensor_smoke, cfg.binary_sensor_battery_low], '3321-S': [cfg.binary_sensor_contact, cfg.sensor_temperature, cfg.sensor_battery], 'ZNCLDJ11LM': [cfg.cover_position, cfg.sensor_cover], @@ -924,14 +883,9 @@ const manualMaping = { 'AC0251100NJ/AC0251700NJ': [cfg.sensor_action, cfg.sensor_battery], 'MLI-404011': [cfg.sensor_action], 'SP600': [cfg.switch, cfg.sensor_power, cfg.sensor_energy], - '1613V': [cfg.switch, cfg.sensor_power], 'SPZB0001': [climate(5, 30, 'current_heating_setpoint', 0.5), cfg.sensor_battery], 'HS3CG': [cfg.binary_sensor_gas], '81825': [cfg.sensor_action], - 'Z809AF': [cfg.switch, cfg.sensor_power], - 'RADON TriTech ZB': [ - cfg.binary_sensor_occupancy, cfg.sensor_temperature, cfg.sensor_battery, cfg.binary_sensor_battery_low, - ], 'YRD426NRSC': [cfg.lock, cfg.sensor_battery], 'BE468': [cfg.lock, cfg.sensor_battery], 'YRD246HA20BP': [cfg.lock, cfg.sensor_battery], @@ -959,10 +913,6 @@ const manualMaping = { ], 'ZYCT-202': [cfg.sensor_action], 'GR-ZB01-W': [cfg.cover_position], - 'ISW-ZPR1-WP13': [ - cfg.binary_sensor_occupancy, cfg.sensor_temperature, - cfg.sensor_battery, cfg.binary_sensor_battery_low, - ], 'NCZ-3043-HA': [ cfg.binary_sensor_occupancy, cfg.sensor_temperature, cfg.sensor_battery, cfg.binary_sensor_battery_low, @@ -975,14 +925,6 @@ const manualMaping = { cfg.binary_sensor_occupancy, cfg.sensor_temperature, cfg.sensor_battery, cfg.binary_sensor_battery_low, ], - 'STS-IRM-250': [ - cfg.binary_sensor_occupancy, cfg.sensor_temperature, - cfg.sensor_battery, cfg.binary_sensor_battery_low, - ], - '3305-S': [ - cfg.binary_sensor_occupancy, cfg.sensor_temperature, - cfg.sensor_battery, cfg.binary_sensor_battery_low, - ], '3300-S': [ cfg.sensor_temperature, cfg.binary_sensor_contact, cfg.sensor_battery, cfg.binary_sensor_battery_low, @@ -1000,55 +942,32 @@ const manualMaping = { 'HGZB-1S': [cfg.switch, cfg.sensor_click, cfg.sensor_action], 'HGZB-045': [cfg.switch, cfg.sensor_click, cfg.sensor_action], '3310-S': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery], - 'IM6001-WLP01': [ - cfg.sensor_temperature, cfg.binary_sensor_water_leak, - cfg.sensor_battery, - ], - 'WTR-UK-V2': [ - cfg.sensor_temperature, cfg.binary_sensor_water_leak, - cfg.sensor_battery, - ], - '3315-S': [ - cfg.sensor_temperature, cfg.binary_sensor_water_leak, - cfg.sensor_battery, - ], 'F-MLT-US-2': [ cfg.sensor_temperature, cfg.binary_sensor_contact, cfg.sensor_battery, cfg.binary_sensor_battery_low, cfg.binary_sensor_moving, ], 'SWO-KEF1PA': [cfg.sensor_action], 'HGZB-02S': [cfg.sensor_click, cfg.sensor_action, cfg.switch], - 'IM6001-MTP01': [cfg.sensor_temperature, cfg.sensor_battery, cfg.binary_sensor_occupancy], 'HS1RC-N': [cfg.sensor_action, cfg.sensor_battery], 'LLKZMK11LM': [ switchEndpoint('l1'), switchEndpoint('l2'), cfg.sensor_power, cfg.sensor_temperature, cfg.sensor_consumption, ], - 'HS2SK': [cfg.switch, cfg.sensor_power, cfg.sensor_voltage, cfg.sensor_current], - 'HS2SK_nxp': [cfg.switch, cfg.sensor_power, cfg.sensor_voltage, cfg.sensor_current], 'HS2SS': [cfg.sensor_action, cfg.sensor_battery], - '45853GE': [cfg.switch, cfg.sensor_power], - '3315-G': [ - cfg.sensor_temperature, cfg.sensor_battery, cfg.binary_sensor_water_leak, - ], 'N2G-SP': [cfg.sensor_power, cfg.switch, cfg.sensor_energy], 'SCM-5ZBS': [cfg.cover_position], 'YRD226HA2619': [cfg.sensor_battery, cfg.lock], 'YMF40/YDM4109+': [cfg.lock, cfg.sensor_battery], 'V3-BTZB': [cfg.lock, cfg.sensor_battery], - '3RSS008Z': [cfg.switch, cfg.sensor_battery], '99432': [cfg.fan, cfg.light_brightness], 'InstaRemote': [cfg.sensor_action], 'HS1CA-E': [ cfg.binary_sensor_carbon_monoxide, cfg.binary_sensor_battery_low, cfg.sensor_battery, ], - 'MCT-340 E': [cfg.binary_sensor_contact, cfg.sensor_temperature, cfg.sensor_battery], - 'MCT-340 SMA': [cfg.binary_sensor_contact, cfg.sensor_temperature, cfg.sensor_battery], 'ZGRC-KEY-013': [cfg.sensor_click, cfg.sensor_action], 'YRD256HA20BP': [cfg.sensor_battery, cfg.lock], 'SZ-ESW01-AU': [cfg.sensor_power, cfg.switch], - 'PSM-29ZBSR': [cfg.switch, cfg.sensor_power], 'SCM-S1': [cfg.cover_position], 'MEAZON_BIZY_PLUG': [cfg.sensor_power, cfg.switch, cfg.sensor_temperature], 'MEAZON_DINRAIL': [cfg.sensor_power, cfg.switch, cfg.sensor_temperature], @@ -1069,7 +988,6 @@ const manualMaping = { 'RH3040': [cfg.sensor_battery, cfg.binary_sensor_occupancy], 'LZL4BWHL01': [cfg.sensor_action], '2AJZ4KPKEY': [cfg.sensor_click, cfg.sensor_action, cfg.sensor_battery], - '2AJZ4KPFT': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery], 'TH1123ZB': [ climate(7, 30, 'occupied_heating_setpoint', 0.5), cfg.sensor_local_temperature, cfg.lock_keypad_lockout, cfg.sensor_power, cfg.sensor_energy, @@ -1085,11 +1003,6 @@ const manualMaping = { 'TH1400ZB': [climate()], 'TH1500ZB': [climate()], 'Zen-01-W': [climate(10, 30, 'occupied_heating_setpoint', 0.5)], - 'PM-C140-ZB': [cfg.sensor_power, cfg.switch], - 'PM-C150-ZB': [cfg.sensor_power, cfg.switch], - 'PM-B530-ZB': [cfg.sensor_power, cfg.switch], - 'PM-B540-ZB': [cfg.sensor_power, cfg.switch], - 'PM-B430-ZB': [cfg.sensor_power, cfg.switch], 'ptvo.switch': [ switchEndpoint('l1'), switchEndpoint('l2'), switchEndpoint('l3'), switchEndpoint('l4'), switchEndpoint('l5'), switchEndpoint('l6'), @@ -1114,14 +1027,11 @@ const manualMaping = { 'ROB_200-008-0': [cfg.sensor_battery, cfg.sensor_click, cfg.sensor_action], 'SZ-ESW01': [cfg.switch, cfg.sensor_power], '2AJZ4KPBS': [cfg.sensor_battery, cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low], - '2AJZ4KPDR': [cfg.sensor_battery, cfg.binary_sensor_contact, cfg.binary_sensor_battery_low], 'ICZB-KPD18S': [cfg.sensor_battery, cfg.sensor_click, cfg.sensor_action], 'E1757': [cfg.cover_position, cfg.sensor_battery], 'E1926': [cfg.cover_position, cfg.sensor_battery], 'E1766': [cfg.sensor_click, cfg.sensor_battery, cfg.sensor_action], - '3300-P': [cfg.sensor_temperature, cfg.binary_sensor_contact, cfg.sensor_battery], 'DIYRuZ_magnet': [cfg.binary_sensor_contact, cfg.sensor_battery], - 'XHS2-SE': [cfg.binary_sensor_contact, cfg.sensor_temperature, cfg.sensor_battery], 'YRD210-HA-605': [cfg.lock, cfg.sensor_battery], 'YRD220/YRD221': [cfg.lock, cfg.sensor_battery], 'ZM-CSW032-D': [cfg.cover_position], @@ -1133,9 +1043,7 @@ const manualMaping = { cfg.sensor_click, cfg.sensor_action, ], 'CR11S8UZ': [cfg.sensor_action], - 'STS-OUT-US-2': [cfg.switch, cfg.sensor_power], 'UK7004240': [climate(), cfg.sensor_battery], - 'SZ-DWS04': [cfg.binary_sensor_contact, cfg.sensor_temperature, cfg.sensor_battery], 'TS0204': [cfg.binary_sensor_gas], 'TS0205': [cfg.binary_sensor_smoke, cfg.sensor_battery], 'TS0202': [cfg.binary_sensor_occupancy, cfg.sensor_battery], @@ -1150,7 +1058,6 @@ const manualMaping = { 'WXCJKG12LM': [cfg.sensor_action, cfg.sensor_battery], 'WXCJKG13LM': [cfg.sensor_action, cfg.sensor_battery], '8718699693985': [cfg.sensor_action, cfg.sensor_battery], - 'F-APP-UK-V2': [cfg.switch, cfg.sensor_power], 'TS0043': [cfg.sensor_action, cfg.sensor_battery], 'TS0041': [cfg.sensor_action, cfg.sensor_battery], 'SP-EUC01': [cfg.switch, cfg.sensor_power], @@ -1182,32 +1089,23 @@ const manualMaping = { ], '067775': [cfg.switch, cfg.sensor_power], '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], - 'HS2ESK-E': [cfg.switch, cfg.sensor_power], 'HS2AQ-EM': [ cfg.sensor_battery, cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery_state, cfg.sensor_voc, cfg.sensor_pm25, cfg.sensor_pm10, cfg.sensor_hcho, cfg.sensor_aqi, ], 'HS2IRC': [cfg.sensor_battery], 'B01M7Y8BP9': [cfg.sensor_action], - 'GP-WOU019BBDWG': [cfg.switch, cfg.sensor_power, cfg.sensor_energy], - 'AL-PIR02': [cfg.binary_sensor_occupancy, cfg.binary_sensor_tamper, cfg.sensor_battery], - 'STS-WTR-250': [cfg.binary_sensor_water_leak, cfg.sensor_battery, cfg.sensor_temperature], 'ZG2835RAC': [cfg.light_brightness, cfg.sensor_power, cfg.sensor_energy], 'BW-IS3': [cfg.binary_sensor_occupancy], 'SLR1b': [climate()], 'AV2010/24A': [cfg.binary_sensor_smoke, cfg.binary_sensor_battery_low, cfg.binary_sensor_tamper], '902010/24': [cfg.binary_sensor_smoke, cfg.binary_sensor_battery_low, cfg.binary_sensor_tamper], 'SGMHM-I1': [cfg.binary_sensor_gas, cfg.binary_sensor_battery_low, cfg.binary_sensor_tamper], - 'STHM-I1H': [cfg.sensor_humidity, cfg.sensor_temperature, cfg.sensor_battery], '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-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], - '07048L': [cfg.switch, cfg.sensor_power], 'ICZB-KPD14S': [cfg.sensor_battery, cfg.sensor_click, cfg.sensor_action], '73743': [cfg.sensor_action, cfg.sensor_battery], 'C4': [cfg.sensor_action], @@ -1223,7 +1121,6 @@ const manualMaping = { switchEndpoint('center'), cfg.sensor_device_temperature, ], 'ROB_200-007-0': [cfg.sensor_action, cfg.sensor_battery], - 'ZHS-15': [cfg.switch, cfg.sensor_power, cfg.sensor_current, cfg.sensor_voltage], 'GS361A-H04': [ cfg.lock_child_lock, cfg.switch_window_detection, @@ -1231,10 +1128,6 @@ const manualMaping = { climate(5, 30, 'current_heating_setpoint', 0.5), cfg.sensor_battery, ], - 'EMIZB-132': [ - cfg.sensor_power, cfg.sensor_voltage, cfg.sensor_current, cfg.sensor_energy, cfg.sensor_current_phase_b, - cfg.sensor_current_phase_c, cfg.sensor_voltage_phase_b, cfg.sensor_voltage_phase_c, - ], 'S9ZGBRC01': [cfg.sensor_action, cfg.sensor_battery], '511.557': [cfg.sensor_action], 'U02I007C.01': [ @@ -1242,17 +1135,13 @@ const manualMaping = { cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery, ], 'SEB01ZB': [cfg.binary_sensor_sos, cfg.sensor_battery], - 'STH01ZB': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery], 'SSA01ZB': [cfg.binary_sensor_smoke, cfg.sensor_battery], 'SCA01ZB': [cfg.binary_sensor_carbon_monoxide, cfg.sensor_battery], 'SGA01ZB': [cfg.binary_sensor_gas, cfg.sensor_battery], 'SSS401ZB': [cfg.switch, cfg.sensor_action], - '4040B': [cfg.sensor_power, switchEndpoint('l1'), switchEndpoint('l2')], '3460-L': [cfg.sensor_action, cfg.sensor_temperature, cfg.sensor_battery], '3157100': [climate(10, 30, 'occupied_heating_setpoint', 1, ['off', 'heat', 'cool'], ['auto', 'on'], [], true, true), cfg.sensor_battery], - '4257050-RZHAC': [cfg.switch, cfg.sensor_power], - '27087-03': [cfg.switch, cfg.sensor_battery], '99140-002': [cfg.lock, cfg.sensor_battery], '4512706': [cfg.sensor_battery, cfg.sensor_action], 'RC-2000WH': [climate(10, 30, 'occupied_heating_setpoint', 1, ['off', 'auto', 'heat', 'cool'], @@ -1279,19 +1168,14 @@ const manualMaping = { ['off', 'heat', 'auto'], [], ['none', 'away']), ], 'WXKG07LM': [cfg.sensor_action, cfg.sensor_battery], - 'MCLH-03': [cfg.switch, cfg.sensor_voltage, cfg.sensor_power, cfg.sensor_current], '752189': [cfg.sensor_action, cfg.sensor_battery], - 'MCLH-05': [cfg.binary_sensor_occupancy, cfg.sensor_battery], '5AA-SS-ZA-H0': [cfg.binary_sensor_occupancy, cfg.sensor_illuminance, cfg.sensor_illuminance_lux], 'AU-A1ZBRC': [cfg.sensor_action, cfg.sensor_battery], - 'TS0121_plug': [cfg.switch, cfg.sensor_voltage, cfg.sensor_power, cfg.sensor_current], 'ZK03840': [climate()], 'MCLH-08': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_eco2, cfg.sensor_voc], '8840100H': [cfg.binary_sensor_water_leak, cfg.sensor_temperature, cfg.sensor_battery], 'TERNCY-DC01': [cfg.sensor_temperature, cfg.binary_sensor_contact], 'DIYRuZ_FreePad': [cfg.sensor_action, cfg.sensor_battery], - 'ST20': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery], - 'ST21': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery], 'W40CZ': [cfg.cover_position], 'SE21': [cfg.sensor_action], '500.67': [cfg.sensor_action], @@ -1304,11 +1188,9 @@ const manualMaping = { 'AU-A1ZBPIAB': [cfg.switch, cfg.sensor_voltage, cfg.sensor_current, cfg.sensor_power], '4058075816459': [cfg.sensor_action, cfg.sensor_battery], 'SAGE206612': [cfg.sensor_action, cfg.sensor_battery], - '160-01': [cfg.switch, cfg.sensor_power], 'ZS232000178': [cfg.sensor_action], 'mcdj3aq': [cfg.cover_position], 'DIYRuZ_Geiger': [cfg.sensor_radioactive_events_per_minute, cfg.sensor_radiation_dose_per_hour, cfg.sensor_action], - 'STS-IRM-251': [cfg.sensor_temperature, cfg.binary_sensor_occupancy, cfg.sensor_battery], 'WSDCGQ12LM': [cfg.sensor_temperature, cfg.sensor_pressure, cfg.sensor_humidity, cfg.sensor_battery], 'SJCGQ12LM': [cfg.sensor_battery, cfg.binary_sensor_water_leak], 'DJT12LM': [cfg.sensor_action], @@ -1317,12 +1199,9 @@ const manualMaping = { cfg.sensor_battery, cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_pressure, cfg.sensor_illuminance, cfg.sensor_illuminance_lux, cfg.binary_sensor_occupancy, cfg.switch, ], - 'DIYRuZ_RT': [cfg.switch, cfg.sensor_temperature], '99100-006': [cfg.lock, cfg.sensor_battery], - 'SPE600': [cfg.switch, cfg.sensor_power], '067774': [cfg.sensor_action, cfg.sensor_battery], '067694': [cfg.sensor_action, cfg.sensor_battery], - '170-33505': [cfg.switch, cfg.sensor_voltage, cfg.sensor_current, cfg.sensor_power], 'YRL-220L': [cfg.lock, cfg.sensor_battery], 'ROB_200-010-0': [cfg.cover_position], 'AM25': [cfg.cover_position, cfg.sensor_battery], @@ -1342,7 +1221,6 @@ const manualMaping = { 'ED-10012': [cfg.sensor_action], 'SR-ZG9001T4-DIM-EU': [cfg.sensor_action], 'MEG5113-0300/MEG5165-0000': [cfg.cover_position], - 'WSP404': [cfg.switch, cfg.sensor_power, cfg.sensor_energy], 'BHT-002-GCLZB': [ cfg.lock_child_lock, climate(5, 30, 'current_heating_setpoint', 1), @@ -1467,6 +1345,13 @@ class HomeAssistant extends Extension { pressure: {device_class: 'pressure'}, power: {icon: 'mdi:flash'}, linkquality: {icon: 'mdi:signal'}, + current: {icon: 'mdi:current-ac'}, + voltage: {icon: 'mdi:alpha-v'}, + current_phase_b: {icon: 'mdi:current-ac'}, + voltage_phase_b: {icon: 'mdi:alpha-v'}, + current_phase_c: {icon: 'mdi:current-ac'}, + voltage_phase_c: {icon: 'mdi:alpha-v'}, + energy: {icon: 'mdi:power-plug'}, }; assert(!expose.endpoint, `Endpoint not supported for numeric type`); diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 86a92167..277c330f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -15837,9 +15837,9 @@ } }, "zigbee-herdsman-converters": { - "version": "12.0.205", - "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.205.tgz", - "integrity": "sha512-G3YIrR0FLnQcOH82Ti1Wh5FlxxW06qGTNSNp9CkvFJ1XrF4ciKOE0fbEFxUP30xj81tUSr0CrxwdbkmXShppZg==", + "version": "12.0.207", + "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.207.tgz", + "integrity": "sha512-NFdeA8MjzprISogJhuFVdH1U9ZNC8Uv82FXoOy9EHwue+/la05JSaZz4wEDH1KotS8WaNC2enq6U/n4O+jkTBg==", "requires": { "axios": "^0.20.0", "buffer-crc32": "^0.2.13", diff --git a/package.json b/package.json index 3eb445c5..0ee514df 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.205", + "zigbee-herdsman-converters": "12.0.207", "zigbee2mqtt-frontend": "0.2.27" }, "devDependencies": {