Update zigbee-herdsman-converters to 12.0.149 (#3963)

* Update zigbee-herdsman-converters to 12.0.149

* 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-07-23 21:06:13 +02:00
committed by GitHub
parent f0068d73cb
commit 992ebafc63
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -1785,6 +1785,7 @@ const mapping = {
'TYZS1L': [cfg.light_brightness_colortemp_colorxy],
'43102': [cfg.switch],
'1746430P7': [cfg.light_brightness_colortemp_colorxy],
'1743830P7': [cfg.light_brightness_colortemp_colorxy],
};
const defaultStatusTopic = 'homeassistant/status';
+3 -3
View File
@@ -14709,9 +14709,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.148",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.148.tgz",
"integrity": "sha512-H/+5UUU+tPyPdqv9ka7gPL8XBlILg+Ve9JtkzdN2w4IiICsGrtlP6EKaiKGDC6sbftJVqa/7YgtTJd2aB1PTqw==",
"version": "12.0.149",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.149.tgz",
"integrity": "sha512-XJtapd/5VzREoPJlUPph5Ex9xusPzxpCMBJCyISfw58XFEnn3YeFmwAahqpyEb5bjSS3ugjZQE8O1DueGqeBnw==",
"requires": {
"axios": "^0.19.2",
"https-proxy-agent": "^5.0.0",
+1 -1
View File
@@ -48,7 +48,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"zigbee-herdsman": "0.12.109",
"zigbee-herdsman-converters": "12.0.148"
"zigbee-herdsman-converters": "12.0.149"
},
"devDependencies": {
"eslint": "*",