Site updated at 2016-02-13 12:37:18 UTC
This commit is contained in:
parent
e40a7765fa
commit
335c5fbb9d
26 changed files with 224 additions and 224 deletions
|
@ -7,26 +7,26 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>snapcast - Home Assistant</title>
|
||||
<title>SnapCast - Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
<meta name="description" content="Instructions how to integrate a snapcast in Home Assistant.">
|
||||
<meta name="description" content="Instructions on how to integrate SnapCast into Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/media_player.snapcast/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="snapcast">
|
||||
<meta property="og:title" content="SnapCast">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/media_player.snapcast/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate a snapcast in Home Assistant.">
|
||||
<meta property="og:description" content="Instructions on how to integrate SnapCast 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="snapcast">
|
||||
<meta name="twitter:description" content="Instructions how to integrate a snapcast in Home Assistant.">
|
||||
<meta name="twitter:title" content="SnapCast">
|
||||
<meta name="twitter:description" content="Instructions on how to integrate SnapCast 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,15 +107,15 @@
|
|||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Snapcast
|
||||
SnapCast
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code>snapcast</code> platform allows you to control <a href="https://github.com/badaix/snapcast">Snapcast</a>.</p>
|
||||
<p>The <code>snapcast</code> platform allows you to control <a href="https://github.com/badaix/snapcast">SnapCast</a> from Home Assistant.</p>
|
||||
|
||||
<p>To add Snapcast to your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
<p>To add SnapCast 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>
|
||||
|
@ -171,6 +171,9 @@
|
|||
<li>
|
||||
<a href='/components/media_player.samsungtv/'>Samsung Smart TV</a>
|
||||
</li>
|
||||
<li>
|
||||
SnapCast
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.sonos/'>Sonos</a>
|
||||
</li>
|
||||
|
@ -180,9 +183,6 @@
|
|||
<li>
|
||||
<a href='/components/media_player.itunes/'>iTunes</a>
|
||||
</li>
|
||||
<li>
|
||||
snapcast
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue