Update zigbee-herdsman-converters to 12.0.192 (#4458)

* Update zigbee-herdsman-converters to 12.0.192

* 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-09-25 17:46:17 +02:00 committed by GitHub
parent d386da6366
commit 6889f36ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 4 deletions

View File

@ -2042,6 +2042,8 @@ const mapping = {
'5110131H5': [cfg.light_brightness_colortemp],
'QZR-ZIG2400': [],
'HDM40PV620': [cfg.cover_position],
'TS0207_repeater': [],
'929002294203': [cfg.light_brightness_colortemp_colorxy],
};
const defaultStatusTopic = 'homeassistant/status';

13
npm-shrinkwrap.json generated
View File

@ -15740,9 +15740,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.191",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.191.tgz",
"integrity": "sha512-zLXAVGQ9zhm3J6sXWtMEIOmJuj8Pdx66sVF1J4pGJF2QEzjKlvWD4q7TaMoawbWmg5TjbMhH56/5tBC2+EWpsQ==",
"version": "12.0.192",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.192.tgz",
"integrity": "sha512-kP7aUeCFoRzW6PTUNpHYvmU8d+XT+pey/izI0M7mHVEbyD0fEQMRvFUcmt0SUPBo6tngdgkn+B7de9s8sTE7YA==",
"requires": {
"axios": "^0.20.0",
"https-proxy-agent": "^5.0.0",
@ -17868,6 +17868,12 @@
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
},
"fsevents": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
"integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
"optional": true
},
"functional-red-black-tree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
@ -18550,6 +18556,7 @@
"@types/node": "*",
"anymatch": "^3.0.3",
"fb-watchman": "^2.0.0",
"fsevents": "^2.1.2",
"graceful-fs": "^4.2.4",
"jest-regex-util": "^26.0.0",
"jest-serializer": "^26.3.0",

View File

@ -53,7 +53,7 @@
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.9",
"zigbee-herdsman-converters": "12.0.191",
"zigbee-herdsman-converters": "12.0.192",
"zigbee2mqtt-frontend": "0.2.14"
},
"devDependencies": {