mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Mark entity_id attribute of media_extractor as optional (#2965)
This commit is contained in:
parent
1064e0e23c
commit
d199b4e3f2
@ -30,7 +30,7 @@ This will download the file from the given URL.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `entity_id` | no | Name(s) of entities to seek media on, eg. `media_player.living_room_chromecast`
|
||||
| `entity_id` | yes | Name(s) of entities to seek media on, eg. `media_player.living_room_chromecast`. Defaults to all.
|
||||
| `media_content_id` | no | The ID of the content to play. Platform dependent.
|
||||
| `media_content_type` | no | The type of the content to play. Must be one of MUSIC, TVSHOW, VIDEO, EPISODE, CHANNEL or PLAYLIST MUSIC.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user