mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add MEDIA_ANNOUNCE to MediaPlayerEntityFeature (#95906)
This commit is contained in:
@@ -192,7 +192,9 @@ async def test_supported_features(hass: HomeAssistant) -> None:
|
||||
| MediaPlayerEntityFeature.STOP
|
||||
)
|
||||
play_media = (
|
||||
MediaPlayerEntityFeature.PLAY_MEDIA | MediaPlayerEntityFeature.MEDIA_ENQUEUE
|
||||
MediaPlayerEntityFeature.PLAY_MEDIA
|
||||
| MediaPlayerEntityFeature.MEDIA_ANNOUNCE
|
||||
| MediaPlayerEntityFeature.MEDIA_ENQUEUE
|
||||
)
|
||||
volume = (
|
||||
MediaPlayerEntityFeature.VOLUME_MUTE
|
||||
|
||||
Reference in New Issue
Block a user