mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
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:
parent
5d1975d60c
commit
ba57e352b7
@ -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
6
npm-shrinkwrap.json
generated
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user