diff --git a/lib/homeassistant.js b/lib/homeassistant.js index 51a9db67..d5462a4e 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -299,6 +299,7 @@ const mapping = { 'AC03845': [configurations.light_brightness_colortemp_xy], 'AC03641': [configurations.light_brightness], 'FB56+ZSW05HG1.2': [configurations.switch], + '72922-A': [configurations.switch], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fbb68fff..7002c9a2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2838,7 +2838,7 @@ } }, "zigbee-shepherd": { - "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#b0287f99f28d21bbfc2a7d773b86d8eaf7a10075", + "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#de6e6f746fcb71987849a4146a90a5715cd718f8", "requires": { "areq": "0.2.0", "busyman": "0.3.0", @@ -2866,9 +2866,9 @@ } }, "zigbee-shepherd-converters": { - "version": "2.0.35", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.35.tgz", - "integrity": "sha512-vTgTGXEIIUAQox6WAtkYjTgmCs8jsrtgWGbTRy9PKBue13Jf+1U5K+HZlaqyILE6ye3omWG2Wqr0WlUjA11svw==", + "version": "2.0.36", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.36.tgz", + "integrity": "sha512-69Bc1W35NJjwvAIHP1n+lT6vVbQbihvZ6fX7DysV+GQAynIcRGYvsBMRZSuStCXOMOT7Q5NkFqTgcV420WakVg==", "requires": { "debounce": "1.1.0" }, diff --git a/package.json b/package.json index 723fb90b..2fcff21c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "object-assign-deep": "*", "mqtt": "*", "winston": "2.4.2", - "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#b0287f99f28d21bbfc2a7d773b86d8eaf7a10075", + "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#de6e6f746fcb71987849a4146a90a5715cd718f8", "zigbee-shepherd-converters": "*", "json2yaml": "*", "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#1513d8087b8ccd52f73a90dd15112d7e3468f861",