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).