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" },