diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 8f6325fd..e43ed7b0 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -339,7 +339,7 @@ const mapping = { '73742': [configurations.light_brightness_colortemp], '73740': [configurations.light_brightness_colortemp], '22670': [configurations.light_brightness], - 'ICTC-G-1': [configurations.sensor_brightness], + 'ICTC-G-1': [configurations.sensor_brightness, configurations.sensor_battery], 'ICPSHC24-30EU-IL-1': [configurations.light_brightness], '45852GE': [configurations.light_brightness], 'E11-G13': [configurations.light_brightness], diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0887658e..5e140c32 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -4832,9 +4832,9 @@ } }, "zigbee-shepherd-converters": { - "version": "7.0.13", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.13.tgz", - "integrity": "sha512-rXIs0USl+b2T3GWUSfmaXi7hriHErfvrL0E45R9X3l7xbqS6PGWI+0RNBNIxZkb+UJ2cn6Cwj9gMtZ07a7eHXg==", + "version": "7.0.14", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.14.tgz", + "integrity": "sha512-Ie9pLCI7git3HVuXpeeLnUj5c/NaI1Ladsk5uLcr81dVnFwpBxX9QjIrGueb9xVj17f3hdF1p7aqdZM6AbyBwQ==", "requires": { "debounce": "*", "debug": "3.2.6", diff --git a/package.json b/package.json index 52a59cdb..456e428e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "winston": "2.4.2", "ziee": "*", "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#43278a2219d1733180ed353deb4b724b2b9437fa", - "zigbee-shepherd-converters": "7.0.13", + "zigbee-shepherd-converters": "7.0.14", "zive": "*" }, "devDependencies": {