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:
Norbert Rittel 2025-03-07 15:25:37 +01:00 committed by GitHub
parent 0aa09a2d51
commit edd2d4c349
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
} }
} }
} }