mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Improve strings of swiss_public_transport.fetch_connections
action (#139911)
Improve strings of `swiss_public.transport.fetch_connections` action - use sentence-casing in action name - capitalize the integration name in action description - remove "from [1-15]" from `limit` description as this is handled by the UI
This commit is contained in:
parent
0aa09a2d51
commit
edd2d4c349
@ -83,8 +83,8 @@
|
|||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
"fetch_connections": {
|
"fetch_connections": {
|
||||||
"name": "Fetch Connections",
|
"name": "Fetch connections",
|
||||||
"description": "Fetch a list of connections from the swiss public transport.",
|
"description": "Fetches a list of connections from Swiss public transport.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"config_entry_id": {
|
"config_entry_id": {
|
||||||
"name": "Instance",
|
"name": "Instance",
|
||||||
@ -92,7 +92,7 @@
|
|||||||
},
|
},
|
||||||
"limit": {
|
"limit": {
|
||||||
"name": "Limit",
|
"name": "Limit",
|
||||||
"description": "Number of connections to fetch from [1-15]"
|
"description": "Number of connections to fetch."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user