Update zigbee-herdsman-converters to 12.0.176 (#4208)

* Update zigbee-herdsman-converters to 12.0.176

* Update publish.js

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
github-actions[bot] 2020-08-29 16:14:53 +02:00 committed by GitHub
parent 1893ff1150
commit ce6005abdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -20,7 +20,10 @@ const groupConverters = [
zigbeeHerdsmanConverters.toZigbeeConverters.tint_scene, zigbeeHerdsmanConverters.toZigbeeConverters.tint_scene,
zigbeeHerdsmanConverters.toZigbeeConverters.light_brightness_move, zigbeeHerdsmanConverters.toZigbeeConverters.light_brightness_move,
zigbeeHerdsmanConverters.toZigbeeConverters.light_brightness_step, zigbeeHerdsmanConverters.toZigbeeConverters.light_brightness_step,
zigbeeHerdsmanConverters.toZigbeeConverters.light_colortemp_step,
zigbeeHerdsmanConverters.toZigbeeConverters.light_colortemp_move, zigbeeHerdsmanConverters.toZigbeeConverters.light_colortemp_move,
zigbeeHerdsmanConverters.toZigbeeConverters.light_hue_saturation_move,
zigbeeHerdsmanConverters.toZigbeeConverters.light_hue_saturation_step,
]; ];
class EntityPublish extends Extension { class EntityPublish extends Extension {

6
npm-shrinkwrap.json generated
View File

@ -15023,9 +15023,9 @@
} }
}, },
"zigbee-herdsman-converters": { "zigbee-herdsman-converters": {
"version": "12.0.175", "version": "12.0.176",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.175.tgz", "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.176.tgz",
"integrity": "sha512-ttSEkp0H6Z3v3DBFA1OrYAe05522wtCyYD1fJAMjD9XX5epceAQ2Js/Oo4eEvp0e4B5nzn6WKuuAibCO7pFP/w==", "integrity": "sha512-HhFUY4LRsiCGb0t5WYdCTKck4Ev2aONYLVnmFqwac+PInJXcaBpjZyUMws4Ye2wlAaqPaT+C9iN9rvbfpx+bWA==",
"requires": { "requires": {
"axios": "^0.20.0", "axios": "^0.20.0",
"https-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0",

View File

@ -49,7 +49,7 @@
"winston": "^3.3.3", "winston": "^3.3.3",
"winston-syslog": "^2.4.4", "winston-syslog": "^2.4.4",
"zigbee-herdsman": "0.12.123", "zigbee-herdsman": "0.12.123",
"zigbee-herdsman-converters": "12.0.175" "zigbee-herdsman-converters": "12.0.176"
}, },
"devDependencies": { "devDependencies": {
"eslint": "*", "eslint": "*",