mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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": {
|
||||
"fetch_connections": {
|
||||
"name": "Fetch Connections",
|
||||
"description": "Fetch a list of connections from the swiss public transport.",
|
||||
"name": "Fetch connections",
|
||||
"description": "Fetches a list of connections from Swiss public transport.",
|
||||
"fields": {
|
||||
"config_entry_id": {
|
||||
"name": "Instance",
|
||||
@ -92,7 +92,7 @@
|
||||
},
|
||||
"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