Add button platform to LinkPlay (#35924)

This commit is contained in:
Simon Lamon 2024-11-26 09:01:48 +01:00 committed by GitHub
parent 4ff992a145
commit e37719252e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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