Improve user-facing strings of Bang & Olufsen integration (#140062)

- fix typo "Setup …" -> "Set up …"
- fix the wrong capitalization of "… all Connected …"
- change all action descriptions to match Home Assistant style
- reword descriptions of `beolink_expand` and `beolink_unexpand` action using different verbs to better explain them
This commit is contained in:
Norbert Rittel 2025-03-07 18:16:55 +01:00 committed by GitHub
parent e51154ae69
commit fe34e6beee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,11 +197,11 @@
"services": { "services": {
"beolink_allstandby": { "beolink_allstandby": {
"name": "Beolink all standby", "name": "Beolink all standby",
"description": "Set all Connected Beolink devices to standby." "description": "Sets all connected Beolink devices to standby."
}, },
"beolink_expand": { "beolink_expand": {
"name": "Beolink expand", "name": "Beolink expand",
"description": "Expand current Beolink experience.", "description": "Adds devices to the current Beolink experience.",
"fields": { "fields": {
"all_discovered": { "all_discovered": {
"name": "All discovered", "name": "All discovered",
@ -221,7 +221,7 @@
}, },
"beolink_join": { "beolink_join": {
"name": "Beolink join", "name": "Beolink join",
"description": "Join a Beolink experience.", "description": "Joins a Beolink experience.",
"fields": { "fields": {
"beolink_jid": { "beolink_jid": {
"name": "Beolink JID", "name": "Beolink JID",
@ -241,11 +241,11 @@
}, },
"beolink_leave": { "beolink_leave": {
"name": "Beolink leave", "name": "Beolink leave",
"description": "Leave a Beolink experience." "description": "Leaves a Beolink experience."
}, },
"beolink_unexpand": { "beolink_unexpand": {
"name": "Beolink unexpand", "name": "Beolink unexpand",
"description": "Unexpand from current Beolink experience.", "description": "Removes devices from the current Beolink experience.",
"fields": { "fields": {
"beolink_jids": { "beolink_jids": {
"name": "Beolink JIDs", "name": "Beolink JIDs",