diff --git a/lib/homeassistant.js b/lib/homeassistant.js index aa8528485..fc836cfca 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -54,7 +54,7 @@ const configurations = { payload_off: false, value_template: '{{ value_json.gas }}', device_class: 'gas', - json_attributes: [], + json_attributes: ['sensitivity'], }, }, 'binary_sensor_router': { @@ -318,7 +318,7 @@ const mapping = { 'GL-C-008': [configurations.light_brightness_colortemp_xy], 'STSS-MULT-001': [configurations.binary_sensor_contact], 'E11-G23': [configurations.light_brightness], - 'AC03845': [configurations.light_brightness_colortemp_xy], + 'AC03645': [configurations.light_brightness_colortemp_xy], 'AC03641': [configurations.light_brightness], 'FB56+ZSW05HG1.2': [configurations.switch], '72922-A': [configurations.switch], @@ -340,13 +340,17 @@ const mapping = { '50045': [configurations.light_brightness], 'AV2010/22': [configurations.binary_sensor_occupancy], '3210-L': [configurations.switch], - '7299355PH': [configurations.light_brightness_colortemp_xy], + '7299355PH': [configurations.light_brightness_xy], '45857GE': [configurations.light_brightness], 'A6121': [configurations.sensor_lock], '433714': [configurations.light_brightness], '3261030P7': [configurations.light_brightness_colortemp], 'DJT11LM': [configurations.sensor_action], 'E1603': [configurations.switch], + '7199960PH': [configurations.light_brightness_xy], + '74696': [configurations.light_brightness], + 'AB35996': [configurations.light_brightness_colortemp_xy], + 'AB401130055': [configurations.light_brightness_colortemp], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f0da874f9..e5f4743c7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -4830,9 +4830,9 @@ } }, "zigbee-shepherd-converters": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.1.tgz", - "integrity": "sha512-KX2lsF53NmpRUhP0usNL5FXLBs5IqRxwgG5E3E20Vj7vV45A1ts5L5yuxJyCe/SbUWZzzXA997l7w/Fe2VDcPw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.2.tgz", + "integrity": "sha512-xiUExAdyJoX0xDpdekhBtQeQn3rZKhiwKwAHKRvmD+tv5f4mFUowW+lLQZvdgdB9D/HNoS64F0K43vHZo4EWOA==", "requires": { "debounce": "*" }, diff --git a/package.json b/package.json index adaf05dc9..18ae28aa9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "winston": "2.4.2", "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#97d5fdbc808e315bda2aed9f96612131e1193254", "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#cbf214a13ae002f999e588b109181a0abbdb6226", - "zigbee-shepherd-converters": "4.0.1" + "zigbee-shepherd-converters": "4.0.2" }, "devDependencies": { "chai": "*",