Site updated at 2016-02-13 12:09:41 UTC
This commit is contained in:
parent
906f7d5dcc
commit
3444714e52
26 changed files with 202 additions and 192 deletions
|
@ -1858,7 +1858,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
<img src='/images/supported_brands/samsung.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Samsung TV</div>
|
||||
<div class='title'>Samsung Smart TV</div>
|
||||
<div class='category'>Media Player</div>
|
||||
</a>
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
<a href='/components/media_player.plex/'>Plex</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung TV</a>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
<a href='/components/media_player.plex/'>Plex</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung TV</a>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
|
|
|
@ -209,7 +209,7 @@ Note that python-firetv has support for multiple Amazon Fire TV devices. If you
|
|||
<a href='/components/media_player.plex/'>Plex</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung TV</a>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
<a href='/components/media_player.plex/'>Plex</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung TV</a>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
|
|
|
@ -185,7 +185,7 @@
|
|||
<a href='/components/media_player.plex/'>Plex</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung TV</a>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
|
|
|
@ -186,7 +186,7 @@
|
|||
<a href='/components/media_player.plex/'>Plex</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung TV</a>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
|
|
|
@ -188,7 +188,7 @@
|
|||
Plex
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung TV</a>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
|
|
|
@ -7,26 +7,26 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Samsung TV - Home Assistant</title>
|
||||
<title>Samsung Smart TV - Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
<meta name="description" content="Instructions how to integrate a Samsung TV in Home Assistant.">
|
||||
<meta name="description" content="Instructions on how to integrate a Samsung Smart TV into Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/media_player.samsungtv/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Samsung TV">
|
||||
<meta property="og:title" content="Samsung Smart TV">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/media_player.samsungtv/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate a Samsung TV in Home Assistant.">
|
||||
<meta property="og:description" content="Instructions on how to integrate a Samsung Smart TV into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Samsung TV">
|
||||
<meta name="twitter:description" content="Instructions how to integrate a Samsung TV in Home Assistant.">
|
||||
<meta name="twitter:title" content="Samsung Smart TV">
|
||||
<meta name="twitter:description" content="Instructions on how to integrate a Samsung Smart TV into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
|
@ -107,24 +107,34 @@
|
|||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Samsung TV
|
||||
Samsung Smart TV
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code>samsungtv</code> platform allows you to control an <a href="http://www.samsung.com">Samsung TV</a>.</p>
|
||||
<p>The <code>samsungtv</code> platform allows you to control a <a href="http://www.samsung.com/uk/consumer/tv-audio-video/televisions/">Samsung Smart TV</a>.</p>
|
||||
|
||||
<p>To add an Samsung TV to your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
<p>When the TV is first connected, you will need to accept Home Assistant on the TV to allow communication.</p>
|
||||
|
||||
<p>To add a TV to your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
<span class="key">media_player</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">samsungtv</span></span>
|
||||
<span class="key">host</span>: <span class="string"><span class="content">192.168.0.10</span></span>
|
||||
<span class="key">name</span>: <span class="string"><span class="content">Living Room TV</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>host</strong> <em>Required</em>: The IP of the Samsung Smart TV, e.g. 192.168.0.10</li>
|
||||
<li><strong>name</strong> <em>Optional</em>: The name you would like to give to the Samsung Smart TV.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</article>
|
||||
|
@ -171,7 +181,7 @@
|
|||
<a href='/components/media_player.plex/'>Plex</a>
|
||||
</li>
|
||||
<li>
|
||||
Samsung TV
|
||||
Samsung Smart TV
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
|
|
|
@ -169,7 +169,7 @@
|
|||
<a href='/components/media_player.plex/'>Plex</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung TV</a>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
<a href='/components/media_player.plex/'>Plex</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung TV</a>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
Sonos
|
||||
|
|
|
@ -184,7 +184,7 @@ This lets you control Squeezebox hardware like the Classic, Transporter, Duet, B
|
|||
<a href='/components/media_player.plex/'>Plex</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung TV</a>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
|
|
|
@ -250,7 +250,7 @@
|
|||
<a href='/components/media_player.plex/'>Plex</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung TV</a>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
|
|
|
@ -227,7 +227,7 @@
|
|||
Plex
|
||||
</a></li>
|
||||
<li><a href='/components/media_player.samsungtv/'>
|
||||
Samsung TV
|
||||
Samsung Smart TV
|
||||
</a></li>
|
||||
<li><a href='/components/media_player.sonos/'>
|
||||
Sonos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue