From 396e4b1bed1d5c24e2e9c7f5bdef597ea2a2c34f Mon Sep 17 00:00:00 2001 From: Koenkk Date: Wed, 18 Jul 2018 22:50:28 +0200 Subject: [PATCH] Update zigbee-shepherd-converters. --- lib/homeassistant.js | 1 + npm-shrinkwrap.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/homeassistant.js b/lib/homeassistant.js index b0c98111e..79d5824cf 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -294,6 +294,7 @@ const mapping = { '324131092621': [configurations.sensor_action], 'GL-C-008': [configurations.light_brightness_colortemp_xy], 'STSS-MULT-001': [configurations.binary_sensor_contact], + 'E11-G23': [configurations.light_brightness], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 77be34c03..8d353c2ca 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2866,9 +2866,9 @@ } }, "zigbee-shepherd-converters": { - "version": "2.0.28", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.28.tgz", - "integrity": "sha512-Ta/Iy1FttfyyB+vQI3WuieQhwPTT5Urkm+AgeR8E4mjTfe39Jk9dTQVDLgwPfxj1UtejIgWf7KyJ+Wyfa7ZvKw==", + "version": "2.0.31", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.31.tgz", + "integrity": "sha512-HwziQdHXitwBnV74KjG2R1JzhEiqjfV1OSLVKSmEsSYqNP+2vtjGmfkE+W8ySxffjvyI2fPxTli+2JRtEQPv8g==", "requires": { "debounce": "1.1.0" },