Update zigbee-herdsman-converters to 12.0.174 (#4191)

* Update zigbee-herdsman-converters to 12.0.174

* 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-08-26 23:12:28 +02:00
committed by GitHub
parent ef93dd2151
commit 9b4ef70fca
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -1916,6 +1916,7 @@ const mapping = {
'ED-10011': [cfg.sensor_action],
'ED-10012': [cfg.sensor_action],
'QS-Zigbee-S04-2C-LN': [switchEndpoint('l1'), switchEndpoint('l2')],
'SM308': [cfg.switch],
};
const defaultStatusTopic = 'homeassistant/status';
+3 -3
View File
@@ -15023,9 +15023,9 @@
}
},
"zigbee-herdsman-converters": {
"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==",
"version": "12.0.174",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.174.tgz",
"integrity": "sha512-NmQqqxf2wcMDgOvRYGHl9MYFG3RaOY9SlXgq6/LbHwi7WGTZXs2JJsox5M2onpgMicjbm9mIubqFxQ8k4QD7nw==",
"requires": {
"axios": "^0.20.0",
"https-proxy-agent": "^5.0.0",
+1 -1
View File
@@ -49,7 +49,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"zigbee-herdsman": "0.12.122",
"zigbee-herdsman-converters": "12.0.173"
"zigbee-herdsman-converters": "12.0.174"
},
"devDependencies": {
"eslint": "*",