mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-20 02:21:20 +00:00
Update zigbee-herdsman-converters to 12.0.175 (#4207)
* Update zigbee-herdsman-converters to 12.0.175 * 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:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Koen Kanters
parent
50f4f95e80
commit
1893ff1150
@@ -1874,7 +1874,7 @@ const mapping = {
|
||||
'1746430P7': [cfg.light_brightness_colortemp_colorxy],
|
||||
'ROB_200-010-0': [cfg.cover_position],
|
||||
'1743830P7': [cfg.light_brightness_colortemp_colorxy],
|
||||
'ZB-CT01': [cfg.light_brightness_colortemp],
|
||||
'ZB-CT01': [cfg.light_brightness_colortemp_colorxy],
|
||||
'8718699703424': [cfg.light_brightness_colortemp_colorxy],
|
||||
'AM25': [cfg.cover_position, cfg.sensor_battery],
|
||||
'43076': [cfg.switch],
|
||||
@@ -1918,6 +1918,7 @@ const mapping = {
|
||||
'ED-10012': [cfg.sensor_action],
|
||||
'QS-Zigbee-S04-2C-LN': [switchEndpoint('l1'), switchEndpoint('l2')],
|
||||
'SM308': [cfg.switch],
|
||||
'SR-ZG9001T4-DIM-EU': [cfg.sensor_action],
|
||||
};
|
||||
|
||||
const defaultStatusTopic = 'homeassistant/status';
|
||||
|
||||
Generated
+3
-3
@@ -15023,9 +15023,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-herdsman-converters": {
|
||||
"version": "12.0.174",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.174.tgz",
|
||||
"integrity": "sha512-NmQqqxf2wcMDgOvRYGHl9MYFG3RaOY9SlXgq6/LbHwi7WGTZXs2JJsox5M2onpgMicjbm9mIubqFxQ8k4QD7nw==",
|
||||
"version": "12.0.175",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.175.tgz",
|
||||
"integrity": "sha512-ttSEkp0H6Z3v3DBFA1OrYAe05522wtCyYD1fJAMjD9XX5epceAQ2Js/Oo4eEvp0e4B5nzn6WKuuAibCO7pFP/w==",
|
||||
"requires": {
|
||||
"axios": "^0.20.0",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@
|
||||
"winston": "^3.3.3",
|
||||
"winston-syslog": "^2.4.4",
|
||||
"zigbee-herdsman": "0.12.123",
|
||||
"zigbee-herdsman-converters": "12.0.174"
|
||||
"zigbee-herdsman-converters": "12.0.175"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
||||
Reference in New Issue
Block a user