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
Norbert Rittel 2025-03-01 20:16:32 +01:00 committed by GitHub
parent d4099ab917
commit 4813da33d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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)."
}
}
},