Remove excessive newline code, fix "ID", enhance descriptions (#134920)

This commit is contained in:
Norbert Rittel 2025-01-06 20:54:26 +01:00 committed by GitHub
parent 1c314b5c02
commit 4eb23f3039
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
} }
}, },
"error": { "error": {
"error_auth_app": "Incorrect application id or secret", "error_auth_app": "Incorrect application ID or secret",
"error_auth_user": "Incorrect username or password", "error_auth_user": "Incorrect username or password",
"error_auth_mfa": "Incorrect code" "error_auth_mfa": "Incorrect code"
} }
@ -136,11 +136,11 @@
"services": { "services": {
"update_state": { "update_state": {
"name": "Update state", "name": "Update state",
"description": "Fetches the last state of the devices from the StarLine server.\n." "description": "Fetches the last state of the devices from the StarLine server."
}, },
"set_scan_interval": { "set_scan_interval": {
"name": "Set scan interval", "name": "Set scan interval",
"description": "Sets update frequency.", "description": "Sets the update frequency for entities.",
"fields": { "fields": {
"scan_interval": { "scan_interval": {
"name": "Scan interval", "name": "Scan interval",
@ -150,7 +150,7 @@
}, },
"set_scan_obd_interval": { "set_scan_obd_interval": {
"name": "Set scan OBD interval", "name": "Set scan OBD interval",
"description": "Sets OBD info update frequency.", "description": "Sets the update frequency for OBD information.",
"fields": { "fields": {
"scan_interval": { "scan_interval": {
"name": "Scan interval", "name": "Scan interval",