8000 Update Snapcast to remove references to old join/unjoin actions by mill1000 · Pull Request #39568 · home-assistant/home-assistant.io · GitHub
[go: up one dir, main page]

Skip to content

Update Snapcast to remove references to old join/unjoin actions #39568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
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
24 changes: 7 additions & 17 deletions source/_integrations/snapcast.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ The Snapcast integration allows you to control [Snapcast](https://github.com/bad

{% include integrations/config_flow.md %}

{% include integrations/option_flow.md %}

{% configuration_basic %}
Create entities for groups:
description: "Create media player entities for each Snapcast group"
{% endconfiguration_basic %}

## Actions

The snapcast integration provides a few actions registered under the media_player integration.
Expand All @@ -38,23 +45,6 @@ Restore a previously taken snapshot of one or more speakers.
| ---------------------- | -------- | ----------- |
| `entity_id` | no | String or list of `entity_id`s that should have their snapshot restored.

### Action `snapcast.join`

Group players together under a single group.

| Data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `master` | no | Entity ID of the player to synchronize to.
| `entity_id` | yes | String or list of `entity_id`s to join to the master.

### Action `snapcast.unjoin`

Remove one or more speakers from their group of speakers.

| Data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `entity_id` | no | String or list of `entity_id`s to separate from their coordinator speaker.

### Action `snapcast.set_latency`

Set the latency of a speaker.
Expand Down
0