Make field descriptions in knx actions UI-friendly (#138268)

- drop `true` / `false` to match the toggle in the UI
- replace `address` key with its friendly name in the UI
This commit is contained in:
Norbert Rittel 2025-02-11 11:36:18 +01:00 committed by GitHub
parent 24293c5bfe
commit d46e29d7a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -397,7 +397,7 @@
},
"response": {
"name": "Send as Response",
"description": "If set to `True`, the telegram will be sent as a `GroupValueResponse` instead of a `GroupValueWrite`."
"description": "Whether the telegram should be sent as a `GroupValueResponse` instead of a `GroupValueWrite`."
}
}
},
@ -425,7 +425,7 @@
},
"remove": {
"name": "Remove event registration",
"description": "If `True` the group address(es) will be removed."
"description": "Whether the group address(es) will be removed."
}
}
},
@ -455,7 +455,7 @@
},
"remove": {
"name": "Remove exposure",
"description": "If `True` the exposure will be removed. Only `address` is required for removal."
"description": "Whether the exposure should be removed. Only the 'Address' field is required for removal."
}
}
},