diff --git a/lib/homeassistant.js b/lib/homeassistant.js index f0374ab6..75bc2f0c 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -286,6 +286,8 @@ const mapping = { 'DNCKATSW001': [configurations.switch], 'Z809A': [configurations.switch, configurations.sensor_power], 'NL08-0800': [configurations.light_brightness], + '915005106701': [configurations.light_brightness_colortemp_xy], + 'AB32840': [configurations.light_brightness_colortemp], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bd36f6bf..44eeb907 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -20,9 +20,9 @@ } }, "ajv": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.1.tgz", - "integrity": "sha512-pgZos1vgOHDiC7gKNbZW8eKvCnNXARv2oqrGQT7Hzbq5Azp7aZG6DJzADnkuSq7RH6qkXp4J/m68yPX/2uBHyQ==", + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.2.tgz", + "integrity": "sha512-hOs7GfvI6tUI1LfZddH82ky6mOMyTuY0mk7kE2pWpmhhUSkumzaTO5vbVwij39MdwPQWCV4Zv57Eo06NtL/GVA==", "dev": true, "requires": { "fast-deep-equal": "2.0.1", @@ -523,7 +523,7 @@ "integrity": "sha512-D5nG2rErquLUstgUaxJlWB5+gu+U/3VDY0fk/Iuq8y9CUFy/7Y6oF4N2cR1tV8knzQvciIbfqfohd359xTLIKQ==", "dev": true, "requires": { - "ajv": "6.5.1", + "ajv": "6.5.2", "babel-code-frame": "6.26.0", "chalk": "2.4.1", "cross-spawn": "6.0.5", @@ -2618,7 +2618,7 @@ "integrity": "sha512-S7rnFITmBH1EnyKcvxBh1LjYeQMmnZtCXSEbHcH6S0NoKit24ZuFO/T1vDcLdYsLQkM188PVVhQmzKIuThNkKg==", "dev": true, "requires": { - "ajv": "6.5.1", + "ajv": "6.5.2", "ajv-keywords": "3.2.0", "chalk": "2.4.1", "lodash": "4.17.10", @@ -2861,9 +2861,9 @@ } }, "zigbee-shepherd-converters": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.19.tgz", - "integrity": "sha512-h+TdTaMEnq9lMc82g3tYxVRASL8P75gKJxoVm2noK1zzLdvfWy5y1gnR9lOdimY9X1aTx8dCKVGNJ8nj2U2fqQ==", + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.20.tgz", + "integrity": "sha512-L8q7FkLlJluNDfcrmjvdf/CuQTo+2T75uQsznV1v1laDf5dh9x11iSGYSpzh4ou9iHIpTNkk+FQHDuIX/c17mw==", "requires": { "debounce": "1.1.0" },