Skip to content

Commit

Permalink
Create strings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Feb 4, 2024
1 parent bf7cbd9 commit 2ae7bcc
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions custom_components/bluesound_alt/strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"services": {
"join": {
"name": "Join",
"description": "Group player together.",
"fields": {
"master": {
"name": "Master",
"description": "Entity ID of the player that should become the master of the group."
},
"entity_id": {
"name": "Entity",
"description": "Name of entity that will coordinate the grouping. Platform dependent."
}
}
},
"unjoin": {
"name": "Unjoin",
"description": "Unjoin the player from a group.",
"fields": {
"entity_id": {
"name": "Entity",
"description": "Name of entity that will be unjoined from their group. Platform dependent."
}
}
},
"set_sleep_timer": {
"name": "Set sleep timer",
"description": "Set a Bluesound timer. It will increase timer in steps: 15, 30, 45, 60, 90, 0.",
"fields": {
"entity_id": {
"name": "Entity",
"description": "Name(s) of entities that will have a timer set."
}
}
},
"clear_sleep_timer": {
"name": "Clear sleep timer",
"description": "Clear a Bluesound timer.",
"fields": {
"entity_id": {
"name": "Entity",
"description": "Name(s) of entities that will have the timer cleared."
}
}
}
}
}

0 comments on commit 2ae7bcc

Please sign in to comment.