diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 968ee1886..b2f2bf3f1 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -694,6 +694,7 @@ const mapping = { '74580': [configurations.light_brightness], 'MCT-340 E': [configurations.binary_sensor_contact], 'D1542': [configurations.light_brightness_colortemp], + 'ZGRC-KEY-013': [configurations.sensor_click], }; Object.keys(mapping).forEach((key) => { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index af5affe32..b69b07345 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -7017,9 +7017,9 @@ } }, "zigbee-shepherd-converters": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.11.tgz", - "integrity": "sha512-tgrpIB3NGTNvZPEUx1SRZiR0anhbDKWBgh3p4TuE1ow4K9ygfj5g99jvz1sGXWz2ZU9CJVgMOTd5L7PM4ps1tQ==", + "version": "9.0.12", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.12.tgz", + "integrity": "sha512-0l7uViqDPsHUf+o7GnhsIl0YVfC5nuIXRFudp5yojXCVszQKB5FjwZd7VuzTh2zrQPt4uHO45gV26uowH4wdUQ==", "requires": { "chai": "*", "debounce": "*", diff --git a/package.json b/package.json index ea31de05b..9dfc4d304 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d", "ziee": "*", "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#52d54ddb30a4ddc0722c51e077b4d843f0f52a6e", - "zigbee-shepherd-converters": "9.0.11", + "zigbee-shepherd-converters": "9.0.12", "deep-diff": "*", "zive": "*" },