mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Change unit of sensor_linkquality to -. #883
This commit is contained in:
@@ -170,7 +170,7 @@ const configurations = {
|
||||
type: 'sensor',
|
||||
object_id: 'linkquality',
|
||||
discovery_payload: {
|
||||
unit_of_measurement: 'RSSI',
|
||||
unit_of_measurement: '-',
|
||||
value_template: '{{ value_json.linkquality }}',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user