Add MEDIA_ENQUEUE to MediaPlayerEntityFeature (#95905)

This commit is contained in:
Erik Montnemery
2023-07-08 10:55:25 +02:00
committed by GitHub
parent 2b4f6ffcd6
commit 6dae3553f2
8 changed files with 19 additions and 1 deletions

View File

@@ -199,6 +199,7 @@ class MediaPlayerEntityFeature(IntFlag):
BROWSE_MEDIA = 131072
REPEAT_SET = 262144
GROUPING = 524288
MEDIA_ENQUEUE = 2097152
# These SUPPORT_* constants are deprecated as of Home Assistant 2022.5.