Update zigbee-herdsman-converters to 12.0.202 (#4576)

* Update zigbee-herdsman-converters to 12.0.202

* Update homeassistant.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-10-06 22:10:40 +02:00 committed by GitHub
parent 5d1975d60c
commit ba57e352b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -917,7 +917,7 @@ const manualMaping = {
'4257050-ZHAC': [cfg.light_brightness, cfg.sensor_power, cfg.sensor_current, cfg.sensor_voltage],
'STS-PRS-251': [cfg.binary_sensor_presence, cfg.sensor_battery],
'STSS-PRES-001': [cfg.binary_sensor_presence, cfg.sensor_battery],
'HS1SA-M': [cfg.binary_sensor_smoke, cfg.binary_sensor_battery_low],
'HS1SA': [cfg.binary_sensor_smoke, cfg.binary_sensor_battery_low],
'AC01353010G': [
cfg.binary_sensor_occupancy, cfg.binary_sensor_tamper,
cfg.sensor_temperature, cfg.binary_sensor_battery_low,

6
npm-shrinkwrap.json generated
View File

@ -15837,9 +15837,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.201",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.201.tgz",
"integrity": "sha512-Vk0SypRrlaWgp4/rlIakCTBwbsaxRWrBODeqwYEwg5hhFyRwryborVfiqhz0mFtU36N05MrRt+fIv5EawXByxw==",
"version": "12.0.202",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.202.tgz",
"integrity": "sha512-hcBvLFXqhJwPe/C+GAbPM4f2GrztHUSaiLytydPNNQ+FQ/pHSMuN+Tumg1vhfPBGWQh611FHw0XcOh/Af9cf7A==",
"requires": {
"axios": "^0.20.0",
"buffer-crc32": "^0.2.13",

View File

@ -53,7 +53,7 @@
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.13",
"zigbee-herdsman-converters": "12.0.201",
"zigbee-herdsman-converters": "12.0.202",
"zigbee2mqtt-frontend": "0.2.23"
},
"devDependencies": {