mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Update zigbee-herdsman-converters to 12.0.173 (#4182)
* Update zigbee-herdsman-converters to 12.0.173 * 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
39480c9fc2
commit
5f8b9beaf3
@ -1004,6 +1004,7 @@ const mapping = {
|
||||
'4256251-RZHAC': [cfg.switch, cfg.sensor_power],
|
||||
'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],
|
||||
'4058075816794': [cfg.light_brightness_colortemp],
|
||||
'4052899926158': [cfg.light_brightness],
|
||||
'4058075036185': [cfg.light_brightness_colortemp_colorxy],
|
||||
@ -1911,6 +1912,8 @@ const mapping = {
|
||||
'3400-D': [cfg.sensor_action, cfg.sensor_battery],
|
||||
'GL-FL-006TZS': [cfg.light_brightness_colortemp_colorxy],
|
||||
'TS0121_switch': [cfg.switch],
|
||||
'ED-10011': [cfg.sensor_action],
|
||||
'ED-10012': [cfg.sensor_action],
|
||||
};
|
||||
|
||||
const defaultStatusTopic = 'homeassistant/status';
|
||||
|
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -15023,9 +15023,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-herdsman-converters": {
|
||||
"version": "12.0.172",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.172.tgz",
|
||||
"integrity": "sha512-8qwLeCryBFKRS7t4YHQ9bYUjeXnJhdpRUj2CaEW07CSIPWbyuOq29BsupbcgAX6EE56D4NbcKznhm7sT2Ittig==",
|
||||
"version": "12.0.173",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.173.tgz",
|
||||
"integrity": "sha512-JS0np0RP+SAekHDnbH6xLfoatlQRnnjlIK0FhYSFjupqbC8mGbcgziy+UKz+9dL5MU6NogJb0Y1X4A8S169OUQ==",
|
||||
"requires": {
|
||||
"axios": "^0.20.0",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
|
@ -49,7 +49,7 @@
|
||||
"winston": "^3.3.3",
|
||||
"winston-syslog": "^2.4.4",
|
||||
"zigbee-herdsman": "0.12.122",
|
||||
"zigbee-herdsman-converters": "12.0.172"
|
||||
"zigbee-herdsman-converters": "12.0.173"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
Loading…
Reference in New Issue
Block a user