Update zigbee-shepherd-converters to 7.0.22. https://github.com/Koenkk/zigbee2mqtt/issues/887

This commit is contained in:
Koen Kanters 2019-01-18 22:00:33 +01:00
parent aa87443c95
commit 653dfc7b6f
3 changed files with 5 additions and 4 deletions

View File

@ -1438,6 +1438,7 @@ sensor:
- platform: "mqtt"
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
availability_topic: "zigbee2mqtt/bridge/state"
unit_of_measurement: "RSSI"
value_template: "{{ value_json.linkquality }}"
```
{% endraw %}

6
npm-shrinkwrap.json generated
View File

@ -4830,9 +4830,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "7.0.21",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.21.tgz",
"integrity": "sha512-SyldY4n/hgmS9vQo5+SM5FuXiim2YIhs0AL+oepwfQz4UnBlIjFBhtLk1JqsPEplsmBdnXA3JCGxF27YMtnG4w==",
"version": "7.0.22",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.22.tgz",
"integrity": "sha512-nNJT2rxwjoOTuVL+7KiyY/kP92I472Nqmc7zWrtDgYlVHB74+slvn7y0En2DKrH2tFl/64qkcG1dm7KusDhKTQ==",
"requires": {
"chai": "*",
"debounce": "*",

View File

@ -46,7 +46,7 @@
"winston": "2.4.2",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#43278a2219d1733180ed353deb4b724b2b9437fa",
"zigbee-shepherd-converters": "7.0.21",
"zigbee-shepherd-converters": "7.0.22",
"zive": "*"
},
"devDependencies": {