From d199b4e3f2dcd2a458bbf81ba99e130719c06a50 Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Wed, 12 Jul 2017 17:24:35 +0300 Subject: [PATCH] Mark entity_id attribute of media_extractor as optional (#2965) --- source/_components/media_extractor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_extractor.markdown b/source/_components/media_extractor.markdown index f89d02a4808..812a00f2e17 100644 --- a/source/_components/media_extractor.markdown +++ b/source/_components/media_extractor.markdown @@ -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.