Update zigbee-herdsman-converters to 12.0.160 (#4075)

* Update zigbee-herdsman-converters to 12.0.160

* Update homeassistant.js

* 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-10 20:44:44 +02:00 committed by GitHub
parent 14712d6fe1
commit f9076b362d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View File

@ -1015,7 +1015,7 @@ const mapping = {
'XDD12LM': [cfg.light_brightness_colortemp],
'D1821': [cfg.light_brightness_colortemp_colorxy],
'ZNCLDJ11LM': [cfg.cover_position, cfg.sensor_cover],
'TS0601': [cfg.cover_position],
'TS0601_curtain': [cfg.cover_position],
'LTFY004': [cfg.light_brightness_colorxy],
'GL-S-007Z': [cfg.light_brightness_colortemp_colorxy],
'3325-S': [cfg.sensor_temperature, cfg.binary_sensor_occupancy],

View File

@ -17,6 +17,7 @@ const groupConverters = [
zigbeeHerdsmanConverters.toZigbeeConverters.thermostat_occupied_heating_setpoint,
zigbeeHerdsmanConverters.toZigbeeConverters.tint_scene,
zigbeeHerdsmanConverters.toZigbeeConverters.light_brightness_move,
zigbeeHerdsmanConverters.toZigbeeConverters.light_brightness_step,
zigbeeHerdsmanConverters.toZigbeeConverters.light_colortemp_move,
];

6
npm-shrinkwrap.json generated
View File

@ -14834,9 +14834,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.159",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.159.tgz",
"integrity": "sha512-rnHEa6U9ykKoG2AWDDGH/pLfGVz82fOhPsLSqHl/FEi4GqnazYkyefGiQKYzyEPpI/GYYEBZelZ2BM6Lta2Xlw==",
"version": "12.0.160",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.160.tgz",
"integrity": "sha512-40J0u35p2f2lOFuoehgR1+B6uTJ0x0fSZkn0T60WTnp6NYSUVoNRgBZW75fIGqZtCDGfj+ER1r0BR+G6PMP6vQ==",
"requires": {
"axios": "^0.19.2",
"https-proxy-agent": "^5.0.0",

View File

@ -48,7 +48,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"zigbee-herdsman": "0.12.115",
"zigbee-herdsman-converters": "12.0.159"
"zigbee-herdsman-converters": "12.0.160"
},
"devDependencies": {
"eslint": "*",