mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Clarify descriptions of lcn.address_to_device_id
action (#140979)
Clarify descriptions of `lcn.address_to_device` action Changes the wording of the action and field descriptions so there is less ambiguity for translations.
This commit is contained in:
parent
9f68ac575d
commit
006dde435e
@ -396,19 +396,19 @@
|
||||
},
|
||||
"address_to_device_id": {
|
||||
"name": "Address to device ID",
|
||||
"description": "Convert LCN address to device ID.",
|
||||
"description": "Converts an LCN address into a device ID.",
|
||||
"fields": {
|
||||
"id": {
|
||||
"name": "Module or group ID",
|
||||
"description": "Target module or group ID."
|
||||
"description": "Module or group number of the target."
|
||||
},
|
||||
"segment_id": {
|
||||
"name": "Segment ID",
|
||||
"description": "Target segment ID."
|
||||
"description": "Segment number of the target."
|
||||
},
|
||||
"type": {
|
||||
"name": "Type",
|
||||
"description": "Target type."
|
||||
"description": "Module type of the target."
|
||||
},
|
||||
"host": {
|
||||
"name": "Host name",
|
||||
|
Loading…
x
Reference in New Issue
Block a user