Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/_integrations/bluesound.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ The Bluesound integration makes some custom actions available in addition to the

### Action `bluesound.join`

{% note %}
This action is deprecated. Use `media_player.join` instead.
{% endnote %}

Group players together under a single master speaker. That will make a new group or join an existing group.

| Data attribute | Optional | Description |
Expand All @@ -65,6 +69,10 @@ Group players together under a single master speaker. That will make a new group

### Action `bluesound.unjoin`

{% note %}
This action is deprecated. Use `media_player.unjoin` instead.
{% endnote %}

Remove one or more speakers from a group of speakers. If no `entity_id` is provided, all speakers are unjoined.

| Data attribute | Optional | Description |
Expand Down