From 190dda510427a679e538ccb2257734d74e5d892f Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 14 May 2019 18:04:47 +0200 Subject: [PATCH] Update zigbee-shepherd-converters to 9.0.6 --- lib/extension/homeassistant.js | 1 + npm-shrinkwrap.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index f2fc8202..e374b933 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -692,6 +692,7 @@ const mapping = { '2430-100': [configurations.sensor_action], '100.425.90': [configurations.switch], '74580': [configurations.light_brightness], + 'MCT-340 E': [configurations.binary_sensor_contact], }; Object.keys(mapping).forEach((key) => { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bc97bf47..992c9e76 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -461,9 +461,9 @@ } }, "@types/jest": { - "version": "24.0.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.12.tgz", - "integrity": "sha512-60sjqMhat7i7XntZckcSGV8iREJyXXI6yFHZkSZvCPUeOnEJ/VP1rU/WpEWQ56mvoh8NhC+sfKAuJRTyGtCOow==", + "version": "24.0.13", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.13.tgz", + "integrity": "sha512-3m6RPnO35r7Dg+uMLj1+xfZaOgIHHHut61djNjzwExXN4/Pm9has9C6I1KMYSfz7mahDhWUOVg4HW/nZdv5Pww==", "dev": true, "requires": { "@types/jest-diff": "*" @@ -2469,9 +2469,9 @@ } }, "eslint-config-google": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.12.0.tgz", - "integrity": "sha512-SHDM3nIRCJBACjf8c/H6FvCwRmKbphESNl3gJFBNbw4KYDLCONB3ABYLXDGF+iaVP9XSTND/Q5/PuGoFkp4xbg==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.13.0.tgz", + "integrity": "sha512-ELgMdOIpn0CFdsQS+FuxO+Ttu4p+aLaXHv9wA9yVnzqlUGV7oN/eRRnJekk7TCur6Cu2FXX0fqfIXRBaM14lpQ==", "dev": true }, "eslint-plugin-jest": { @@ -5040,9 +5040,9 @@ } }, "neo-async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.0.tgz", - "integrity": "sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", + "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==", "dev": true }, "next-tick": { @@ -7000,8 +7000,8 @@ } }, "zigbee-shepherd": { - "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#566cba295119cb334a7a7d939b4741e59415ed80", - "from": "git+https://github.com/Koenkk/zigbee-shepherd.git#566cba295119cb334a7a7d939b4741e59415ed80", + "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#52d54ddb30a4ddc0722c51e077b4d843f0f52a6e", + "from": "git+https://github.com/Koenkk/zigbee-shepherd.git#52d54ddb30a4ddc0722c51e077b4d843f0f52a6e", "requires": { "areq": "^0.2.0", "busyman": "^0.3.0", @@ -7017,9 +7017,9 @@ } }, "zigbee-shepherd-converters": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.5.tgz", - "integrity": "sha512-Oi8Y7X4fYFN1qDg6jIrUaNsrm1slC4uNDMljb5Moc3G1y4hFSso23KwAXSVe0dyPpzqboptsF0Dnf0F6OSCn7Q==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.6.tgz", + "integrity": "sha512-q3pssoT3WZ8mwnM+kkH9XEEmIJqpAiN3f2Tqg20fyRjUQ9fFOvwysH9olPO7J8Oqngrry85O+w5y3AnRBr0png==", "requires": { "chai": "*", "debounce": "*", diff --git a/package.json b/package.json index ae644894..d3ddf08d 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "winston": "2.4.2", "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d", "ziee": "*", - "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#566cba295119cb334a7a7d939b4741e59415ed80", - "zigbee-shepherd-converters": "9.0.5", + "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#52d54ddb30a4ddc0722c51e077b4d843f0f52a6e", + "zigbee-shepherd-converters": "9.0.6", "deep-diff": "*", "zive": "*" },