From b6b4ff80d80901b0021107b47991bd167474f06d Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sun, 16 Jul 2017 10:38:32 -0400 Subject: [PATCH] Fixed typos in media_extractor docs (#2992) --- source/_components/media_extractor.markdown | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/source/_components/media_extractor.markdown b/source/_components/media_extractor.markdown index 812a00f2e17..888568ac343 100644 --- a/source/_components/media_extractor.markdown +++ b/source/_components/media_extractor.markdown @@ -1,7 +1,7 @@ --- layout: page title: "Media Extractor" -description: "Instructions how to integrate the Media Extrator into Home Assistant." +description: "Instructions how to integrate the Media Extractor into Home Assistant." date: 2017-07-12 07:00 sidebar: true comments: false @@ -15,7 +15,7 @@ ha_release: 0.49 The `media_extractor` component gets an stream URL and send it to a media player entity. -To use the media extrator service in your installation, add the following to your `configuration.yaml` file: +To use the media extractor service in your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry @@ -30,8 +30,6 @@ This will download the file from the given URL. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | -| `entity_id` | yes | Name(s) of entities to seek media on, eg. `media_player.living_room_chromecast`. Defaults to all. +| `entity_id` | yes | Name(s) of entities to seek media on, e.g., `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. - -