diff --git a/lib/homeassistant.js b/lib/homeassistant.js index fcaf9cc4..fb022c63 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -359,6 +359,8 @@ const mapping = { '4058075036147': [configurations.light_brightness_colortemp_xy], 'KS-SM001': [configurations.switch], 'MG-AUWS01': [switchWithPostfix('left'), switchWithPostfix('right')], + '9290002579A': [configurations.light_brightness_colortemp_xy], + '4256251-RZHAC': [configurations.switch, configurations.sensor_power], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1ca2cdac..b74b3e76 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1111,9 +1111,9 @@ "dev": true }, "eslint": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-5.7.0.tgz", - "integrity": "sha512-zYCeFQahsxffGl87U2aJ7DPyH8CbWgxBC213Y8+TCanhUTf2gEvfq3EKpHmEcozTLyPmGe9LZdMAwC/CpJBM5A==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-5.8.0.tgz", + "integrity": "sha512-Zok6Bru3y2JprqTNm14mgQ15YQu/SMDkWdnmHfFg770DIUlmMFd/gqqzCHekxzjHZJxXv3tmTpH0C1icaYJsRQ==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", @@ -1945,9 +1945,9 @@ } }, "localforage": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.7.2.tgz", - "integrity": "sha1-+kRCYC+Abt0rympUq05lbwMfEhw=", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.7.3.tgz", + "integrity": "sha512-1TulyYfc4udS7ECSBT2vwJksWbkwwTX8BzeUIiq8Y07Riy7bDAAnxDaPU/tWyOVmQAcWJIEIFP9lPfBGqVoPgQ==", "requires": { "lie": "3.1.1" } @@ -4762,9 +4762,9 @@ } }, "zigbee-shepherd-converters": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.9.tgz", - "integrity": "sha512-45NpWxyY1dH4jqOjf8ei94LdPreWBdMdm0BNtpez3dK54TF8a74SDmaJcb1z2agyMCrjZf2XMq90EWTYYXwgkw==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.10.tgz", + "integrity": "sha512-qF0JTvvr3GJ7lM620g9A1hVDykHx8yVtEG3tcZXFjm0qUf+xo+qG/QLHkmg5ptrOJ5vVMgDC6JmctJiR6BHW0g==", "requires": { "debounce": "*" }, diff --git a/package.json b/package.json index 204d3106..3af5b18a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "winston": "2.4.2", "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#fbd8c936bbd4be0597ad3e934be0ca722b0128a6", "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#c3fdef2c30267573aa5821a0f2c51f21a700eff2", - "zigbee-shepherd-converters": "4.0.9" + "zigbee-shepherd-converters": "4.0.10" }, "devDependencies": { "chai": "*",