Improve field descriptions of `zha.permit` action (#139584)
Make the field descriptions of `source_ieee` and `install_code` UI-friendly by cross-referencing them using their friendly names to allow matching translations. Better explain the alternative of using the `qr_code` field by adding that this contains both the IEEE address and the Install code of the joining device.pull/134795/merge
parent
d4099ab917
commit
4813da33d6
|
@ -274,15 +274,15 @@
|
|||
},
|
||||
"source_ieee": {
|
||||
"name": "Source IEEE",
|
||||
"description": "IEEE address of the joining device (must be used with the install code)."
|
||||
"description": "IEEE address of the joining device (must be combined with the 'Install code' field)."
|
||||
},
|
||||
"install_code": {
|
||||
"name": "Install code",
|
||||
"description": "Install code of the joining device (must be used with the source_ieee)."
|
||||
"description": "Install code of the joining device (must be combined with the 'Source IEEE' field)."
|
||||
},
|
||||
"qr_code": {
|
||||
"name": "QR code",
|
||||
"description": "Value of the QR install code (different between vendors)."
|
||||
"description": "Provides both the IEEE address and the install code of the joining device (different between vendors)."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue