From e37719252e870e17954d2901d40c44c807006c9c Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:01:48 +0100 Subject: [PATCH] Add button platform to LinkPlay (#35924) --- source/_integrations/linkplay.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/_integrations/linkplay.md b/source/_integrations/linkplay.md index d2aa397cecf..122541b531f 100644 --- a/source/_integrations/linkplay.md +++ b/source/_integrations/linkplay.md @@ -12,6 +12,7 @@ ha_codeowners: ha_config_flow: true ha_platforms: - media_player + - button ha_iot_class: Local Polling --- @@ -19,6 +20,22 @@ The LinkPlay {% term integrations %} for Home Assistant allows you to control va {% include integrations/config_flow.md %} +## Features + +### Media Player + +The media player entity offers robust controls and playback features from the media player integration and provides additionally: + +- **Preset playback**: Play LinkPlay presets configured on the device using the action `linkplay.play_preset`. +- **Multiroom**: Combine multiple LinkPlay devices in a multiroom. Use the actions `media_player.join` and `media_player.unjoin`. + +### Buttons + +The button entities provide some additional LinkPlay features available on the device: + +- **Time Sync**: Synchronize the device's internal clock with the current time in Home Assistant. +- **Restart Device**: Reboot the device, allowing for convenient troubleshooting and maintenance. + ## Actions The LinkPlay integration makes various custom actions available in addition to the [standard media player actions](/integrations/media_player/#actions).