1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 07:34:07 +01:00

Add missing volume supported features to dunehd (#164343)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Paulus Schoutsen
2026-02-27 13:50:42 -05:00
committed by GitHub
parent 3eb7f04510
commit 2ff85d2134

View File

@@ -33,6 +33,8 @@ DUNEHD_PLAYER_SUPPORT: Final[MediaPlayerEntityFeature] = (
| MediaPlayerEntityFeature.PLAY
| MediaPlayerEntityFeature.PLAY_MEDIA
| MediaPlayerEntityFeature.BROWSE_MEDIA
| MediaPlayerEntityFeature.VOLUME_STEP
| MediaPlayerEntityFeature.VOLUME_MUTE
)