Site updated at 2017-07-16 14:55:19 UTC
This commit is contained in:
parent
796f3e0335
commit
f2ba3983a0
61 changed files with 153 additions and 156 deletions
|
@ -8,7 +8,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Media Extractor - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate the Media Extrator into Home Assistant.">
|
||||
<meta name="description" content="Instructions how to integrate the Media Extractor into Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/media_extractor/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
|
@ -16,12 +16,12 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/media_extractor/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate the Media Extrator into Home Assistant.">
|
||||
<meta property="og:description" content="Instructions how to integrate the Media Extractor into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="Media Extractor">
|
||||
<meta name="twitter:description" content="Instructions how to integrate the Media Extrator into Home Assistant.">
|
||||
<meta name="twitter:description" content="Instructions how to integrate the Media Extractor into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -75,7 +75,7 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">media_extractor</code> component gets an stream URL and send it to a media player entity.</p>
|
||||
<p>To use the media extrator service in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<p>To use the media extractor service in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">media_extractor</span><span class="pi">:</span>
|
||||
</code></pre>
|
||||
|
@ -95,7 +95,7 @@
|
|||
<tr>
|
||||
<td><code class="highlighter-rouge">entity_id</code></td>
|
||||
<td>yes</td>
|
||||
<td>Name(s) of entities to seek media on, eg. <code class="highlighter-rouge">media_player.living_room_chromecast</code>. Defaults to all.</td>
|
||||
<td>Name(s) of entities to seek media on, e.g., <code class="highlighter-rouge">media_player.living_room_chromecast</code>. Defaults to all.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">media_content_id</code></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue