Fix casing and spelling in user-facing strings of homematicip_cloud (#136188)

- change all occurrences of "HomematicIP" to "Homematic IP" for consistency
- use sentence-casing for "access point" and "configuration"
- write all occurrences of "access point" in two words
- change "id" to uppercase "ID"
- Change abbreviation "hap" to "HAP" (Homematic access point)
- make one action description consistent with HA standard
- Reword config_output_path description to avoid starting with brackets
- change one occurrence of "home-assistant" to "Home Assistant"
This commit is contained in:
Norbert Rittel 2025-01-21 18:36:23 +01:00 committed by GitHub
parent 22e0b0e9a7
commit e4d19a41fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"config": { "config": {
"step": { "step": {
"init": { "init": {
"title": "Pick HomematicIP Access point", "title": "Pick Homematic IP access point",
"data": { "data": {
"hapid": "Access point ID (SGTIN)", "hapid": "Access point ID (SGTIN)",
"pin": "[%key:common::config_flow::data::pin%]", "pin": "[%key:common::config_flow::data::pin%]",
@ -10,8 +10,8 @@
} }
}, },
"link": { "link": {
"title": "Link Access point", "title": "Link access point",
"description": "Press the blue button on the access point and the **Submit** button to register HomematicIP with Home Assistant.\n\n![Location of button on bridge](/static/images/config_flows/config_homematicip_cloud.png)" "description": "Press the blue button on the access point and the **Submit** button to register Homematic IP with Home Assistant.\n\n![Location of button on bridge](/static/images/config_flows/config_homematicip_cloud.png)"
} }
}, },
"error": { "error": {
@ -28,7 +28,7 @@
}, },
"exceptions": { "exceptions": {
"access_point_not_found": { "access_point_not_found": {
"message": "No matching access point found for access point id {id}" "message": "No matching access point found for access point ID {id}"
} }
}, },
"services": { "services": {
@ -41,8 +41,8 @@
"description": "The duration of eco mode in minutes." "description": "The duration of eco mode in minutes."
}, },
"accesspoint_id": { "accesspoint_id": {
"name": "Accesspoint ID", "name": "Access point ID",
"description": "The ID of the Homematic IP Access Point." "description": "The ID of the Homematic IP access point."
} }
} }
}, },
@ -113,20 +113,20 @@
} }
}, },
"dump_hap_config": { "dump_hap_config": {
"name": "Dump hap config", "name": "Dump HAP config",
"description": "Dumps the configuration of the Homematic IP Access Point(s).", "description": "Dumps the configuration of the Homematic IP access point(s).",
"fields": { "fields": {
"config_output_path": { "config_output_path": {
"name": "Config output path", "name": "Config output path",
"description": "(Default is 'Your home-assistant config directory') Path where to store the config." "description": "Path where to store the config. Default is 'Your Home Assistant config directory'."
}, },
"config_output_file_prefix": { "config_output_file_prefix": {
"name": "Config output file prefix", "name": "Config output file prefix",
"description": "Name of the config file. The SGTIN of the AP will always be appended." "description": "Name of the config file. The SGTIN of the HAP will always be appended."
}, },
"anonymize": { "anonymize": {
"name": "Anonymize", "name": "Anonymize",
"description": "Should the Configuration be anonymized?" "description": "Should the configuration be anonymized?"
} }
} }
}, },
@ -142,7 +142,7 @@
}, },
"set_home_cooling_mode": { "set_home_cooling_mode": {
"name": "Set home cooling mode", "name": "Set home cooling mode",
"description": "Set the heating/cooling mode for the entire home", "description": "Sets the heating/cooling mode for the entire home",
"fields": { "fields": {
"accesspoint_id": { "accesspoint_id": {
"name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]", "name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]",