mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add preset action to LinkPlay documentation (#34619)
* Preset action * LinkPlay * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
6df1dc1822
commit
d5622da3d1
@ -19,3 +19,21 @@ ha_dhcp: true
|
|||||||
The LinkPlay {% term integrations %} for Home Assistant allows you to control various media players based on the LinkPlay protocol. The integration supports auto-discovery on your local network through [Zeroconf](/integrations/zeroconf).
|
The LinkPlay {% term integrations %} for Home Assistant allows you to control various media players based on the LinkPlay protocol. The integration supports auto-discovery on your local network through [Zeroconf](/integrations/zeroconf).
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
|
||||||
|
## Actions
|
||||||
|
|
||||||
|
The LinkPlay integration makes various custom actions available in addition to the [standard media player actions](/integrations/media_player/#actions).
|
||||||
|
|
||||||
|
### Action `linkplay.play_preset`
|
||||||
|
|
||||||
|
Play a preset on a LinkPlay media player.
|
||||||
|
|
||||||
|
{% note %}
|
||||||
|
Companion apps, such as 4stream, allow to save music presets (for example, Spotify playlists). This action can be used to start playing these presets.
|
||||||
|
{% endnote %}
|
||||||
|
|
||||||
|
| Data attribute | Optional | Description |
|
||||||
|
| ---------------------- | -------- | ----------- |
|
||||||
|
| `entity_id` | no | The speakers to target. To target all LinkPlay devices, use `all`.
|
||||||
|
| `preset_number` | no | The number of the preset to play.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user