From 6f4013fd94f5188fe40652f4e9f754e81cd04f4f Mon Sep 17 00:00:00 2001 From: Koenkk Date: Thu, 9 Aug 2018 18:10:22 +0200 Subject: [PATCH] Update zigbee-shepherd-converters. https://github.com/Koenkk/zigbee2mqtt/issues/204 --- 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 8950dbb66..8deee951d 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -300,6 +300,7 @@ const mapping = { switchWithPostfix('bottom_left'), switchWithPostfix('bottom_right'), switchWithPostfix('top_left'), switchWithPostfix('top_right'), ], + 'BY 165': [configurations.light_brightness], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8ff457ddc..5ec1c92a4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -3301,9 +3301,9 @@ } }, "zigbee-shepherd-converters": { - "version": "2.0.37", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.37.tgz", - "integrity": "sha512-XwWmU0687upUuvo54LZYEgMqmx/reGBQxF2a1kkeTsE39DbM8bElDqpk/1Bhi11jK6DTa1JwnZMF0SNY2C6ZQA==", + "version": "2.0.38", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.38.tgz", + "integrity": "sha512-wA6qiRkEe9cfp8FUb30OwRxNlu/Hvmi84mB6A6CntkcqIZjTs6PGUCrkywz3+bjuP85Lb4ZNsaU9liJ9JZfyzg==", "requires": { "debounce": "1.1.0" },