diff --git a/docs/integration/home_assistant.md b/docs/integration/home_assistant.md index dcb6b14f..0b263067 100644 --- a/docs/integration/home_assistant.md +++ b/docs/integration/home_assistant.md @@ -1438,6 +1438,7 @@ sensor: - platform: "mqtt" state_topic: "zigbee2mqtt/" availability_topic: "zigbee2mqtt/bridge/state" + unit_of_measurement: "RSSI" value_template: "{{ value_json.linkquality }}" ``` {% endraw %} diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e292eb6f..78134fac 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": "*", diff --git a/package.json b/package.json index c917ed91..08830ed5 100644 --- a/package.json +++ b/package.json @@ -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": {