Site updated at 2016-06-18 20:33:32 UTC
This commit is contained in:
parent
0d29db739a
commit
b12c4f2b61
533 changed files with 5610 additions and 2393 deletions
|
@ -20,14 +20,14 @@
|
|||
<meta property="og:url" content="https://home-assistant.io/components/media_player.sonos/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate Sonos devices into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Sonos">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Sonos devices into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
<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">
|
||||
|
@ -112,6 +112,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h3><a class="title-link" name="service" href="#service"></a> Service</h3>
|
||||
|
||||
<p>There are two extra services exposed that will allow you to take a snapshot of what is currently playing and restore it afterwards. This is useful if you want to play a doorbell or notification sound and resume playback afterwards.</p>
|
||||
|
||||
<p>The services are called <code>sonos_snapshot</code> and <code>snapshot_restore</code>.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
@ -172,6 +177,9 @@
|
|||
<li>
|
||||
<a href='/components/media_player.panasonic_viera/'>Panasonic Viera TV</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.pandora/'>Pandora</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/media_player.pioneer/'>Pioneer Network Receivers</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue