@@ -18,6 +18,13 @@ The Snapcast integration allows you to control [Snapcast](https://github.com/bad
18
18
19
19
{% include integrations/config_flow.md %}
20
20
21
+ {% include integrations/option_flow.md %}
22
+
23
+ {% configuration_basic %}
24
+ Create entities for groups:
25
+ description: "Create media player entities for each Snapcast group"
26
+ {% endconfiguration_basic %}
27
+
21
28
## Actions
22
29
23
30
The snapcast integration provides a few actions registered under the media_player integration.
@@ -38,23 +45,6 @@ Restore a previously taken snapshot of one or more speakers.
38
45
| ---------------------- | -------- | ----------- |
39
46
| ` entity_id ` | no | String or list of ` entity_id ` s that should have their snapshot restored.
40
47
41
- ### Action ` snapcast.join `
42
-
43
- Group players together under a single group.
44
-
45
- | Data attribute | Optional | Description |
46
- | ---------------------- | -------- | ----------- |
47
- | ` master ` | no | Entity ID of the player to synchronize to.
48
- | ` entity_id ` | yes | String or list of ` entity_id ` s to join to the master.
49
-
50
- ### Action ` snapcast.unjoin `
51
-
52
- Remove one or more speakers from their group of speakers.
53
-
54
- | Data attribute | Optional | Description |
55
- | ---------------------- | -------- | ----------- |
56
- | ` entity_id ` | no | String or list of ` entity_id ` s to separate from their coordinator speaker.
57
-
58
48
### Action ` snapcast.set_latency `
59
49
60
50
Set the latency of a speaker.
0 commit comments