mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
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:
parent
24293c5bfe
commit
d46e29d7a9
@ -397,7 +397,7 @@
|
|||||||
},
|
},
|
||||||
"response": {
|
"response": {
|
||||||
"name": "Send as 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": {
|
"remove": {
|
||||||
"name": "Remove event registration",
|
"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": {
|
"remove": {
|
||||||
"name": "Remove exposure",
|
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user