mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Filter media players in browse media action to supported feature (#143183)
This commit is contained in:
parent
9b8a35dbb3
commit
879cdcc0a4
@ -169,6 +169,8 @@ browse_media:
|
|||||||
target:
|
target:
|
||||||
entity:
|
entity:
|
||||||
domain: media_player
|
domain: media_player
|
||||||
|
supported_features:
|
||||||
|
- media_player.MediaPlayerEntityFeature.BROWSE_MEDIA
|
||||||
fields:
|
fields:
|
||||||
media_content_type:
|
media_content_type:
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user