Fix user-facing strings in totalconnect (#144411)

- replace two inconsistent occurrences of camel-cased "TotalConnect" with "Total Connect"
- apply sentence-casing to all strings
- add a missing hyphen to "4-digit numer"
This commit is contained in:
Norbert Rittel 2025-05-07 21:48:40 +02:00 committed by GitHub
parent 9ec5d90f4d
commit f5c67e2fd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"title": "Total Connect 2.0 Account Credentials", "title": "Total Connect 2.0 account credentials",
"description": "It is highly recommended to use a 'standard' Total Connect user account with Home Assistant. The account should not have full administrative privileges.", "description": "It is highly recommended to use a 'standard' Total Connect user account with Home Assistant. The account should not have full administrative privileges.",
"data": { "data": {
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
@ -14,13 +14,13 @@
} }
}, },
"locations": { "locations": {
"title": "Location Usercodes", "title": "Location usercodes",
"description": "Enter the usercode for this user at location {location_id}", "description": "Enter the usercode for this user at location {location_id}",
"data": { "data": {
"usercodes": "Usercode" "usercodes": "Usercode"
}, },
"data_description": { "data_description": {
"usercodes": "The usercode is usually a 4 digit number" "usercodes": "The usercode is usually a 4-digit number"
} }
}, },
"reauth_confirm": { "reauth_confirm": {
@ -47,7 +47,7 @@
"options": { "options": {
"step": { "step": {
"init": { "init": {
"title": "TotalConnect Options", "title": "Total Connect options",
"data": { "data": {
"auto_bypass_low_battery": "Auto bypass low battery", "auto_bypass_low_battery": "Auto bypass low battery",
"code_required": "Require user to enter code for alarm actions" "code_required": "Require user to enter code for alarm actions"
@ -62,11 +62,11 @@
"services": { "services": {
"arm_away_instant": { "arm_away_instant": {
"name": "Arm away instant", "name": "Arm away instant",
"description": "Arms Away with zero entry delay." "description": "Arms away with zero entry delay."
}, },
"arm_home_instant": { "arm_home_instant": {
"name": "Arm home instant", "name": "Arm home instant",
"description": "Arms Home with zero entry delay." "description": "Arms home with zero entry delay."
} }
}, },
"entity": { "entity": {