mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Improve descriptions of Bluesound actions (#137156)
This commit is contained in:
parent
30c0a1492c
commit
e18062bce4
@ -28,7 +28,7 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"join": {
|
"join": {
|
||||||
"name": "Join",
|
"name": "Join",
|
||||||
"description": "Group player together.",
|
"description": "Groups players together under a single master speaker.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"master": {
|
"master": {
|
||||||
"name": "Master",
|
"name": "Master",
|
||||||
@ -36,23 +36,23 @@
|
|||||||
},
|
},
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
"description": "Name of entity that will coordinate the grouping. Platform dependent."
|
"description": "Name of entity that will group to master speaker. Platform dependent."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unjoin": {
|
"unjoin": {
|
||||||
"name": "Unjoin",
|
"name": "Unjoin",
|
||||||
"description": "Unjoin the player from a group.",
|
"description": "Separates a player from a group.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
"description": "Name of entity that will be unjoined from their group. Platform dependent."
|
"description": "Name of entity that will be separated from their group. Platform dependent."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"set_sleep_timer": {
|
"set_sleep_timer": {
|
||||||
"name": "Set sleep timer",
|
"name": "Set sleep timer",
|
||||||
"description": "Set a Bluesound timer. It will increase timer in steps: 15, 30, 45, 60, 90, 0.",
|
"description": "Sets a Bluesound timer that will turn off the speaker. It will increase in steps: 15, 30, 45, 60, 90, 0.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
@ -62,7 +62,7 @@
|
|||||||
},
|
},
|
||||||
"clear_sleep_timer": {
|
"clear_sleep_timer": {
|
||||||
"name": "Clear sleep timer",
|
"name": "Clear sleep timer",
|
||||||
"description": "Clear a Bluesound timer.",
|
"description": "Clears a Bluesound timer.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user