mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Update zigbee-shepherd-converters to 7.0.22. https://github.com/Koenkk/zigbee2mqtt/issues/887
This commit is contained in:
parent
aa87443c95
commit
653dfc7b6f
@ -1438,6 +1438,7 @@ sensor:
|
|||||||
- platform: "mqtt"
|
- platform: "mqtt"
|
||||||
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
|
state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
|
||||||
availability_topic: "zigbee2mqtt/bridge/state"
|
availability_topic: "zigbee2mqtt/bridge/state"
|
||||||
|
unit_of_measurement: "RSSI"
|
||||||
value_template: "{{ value_json.linkquality }}"
|
value_template: "{{ value_json.linkquality }}"
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -4830,9 +4830,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zigbee-shepherd-converters": {
|
"zigbee-shepherd-converters": {
|
||||||
"version": "7.0.21",
|
"version": "7.0.22",
|
||||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.21.tgz",
|
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.22.tgz",
|
||||||
"integrity": "sha512-SyldY4n/hgmS9vQo5+SM5FuXiim2YIhs0AL+oepwfQz4UnBlIjFBhtLk1JqsPEplsmBdnXA3JCGxF27YMtnG4w==",
|
"integrity": "sha512-nNJT2rxwjoOTuVL+7KiyY/kP92I472Nqmc7zWrtDgYlVHB74+slvn7y0En2DKrH2tFl/64qkcG1dm7KusDhKTQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"chai": "*",
|
"chai": "*",
|
||||||
"debounce": "*",
|
"debounce": "*",
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
"winston": "2.4.2",
|
"winston": "2.4.2",
|
||||||
"ziee": "*",
|
"ziee": "*",
|
||||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#43278a2219d1733180ed353deb4b724b2b9437fa",
|
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#43278a2219d1733180ed353deb4b724b2b9437fa",
|
||||||
"zigbee-shepherd-converters": "7.0.21",
|
"zigbee-shepherd-converters": "7.0.22",
|
||||||
"zive": "*"
|
"zive": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user