Site updated at 2016-11-05 16:10:14 UTC

This commit is contained in:
Travis CI 2016-11-05 16:10:14 +00:00
parent c5a9b05115
commit 4a22946601
496 changed files with 7661 additions and 7043 deletions

View file

@ -214,6 +214,53 @@
</tbody>
</table>
<h3><a class="title-link" name="service-sonos_set_sleep_timer" href="#service-sonos_set_sleep_timer"></a> Service <code class="highlighter-rouge">sonos_set_sleep_timer</code></h3>
<p>Sets a timer that will turn off a speaker by tapering the volume down to 0 after a certain amount of time. Protip: If you set the sleep_time value to 0, then the speaker will immediately start tapering the volume down.</p>
<table>
<thead>
<tr>
<th>Service data attribute</th>
<th>Optional</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code class="highlighter-rouge">entity_id</code></td>
<td>no</td>
<td>String or list of <code class="highlighter-rouge">entity_id</code>s that will have their timers set. Must be a coordinator speaker.</td>
</tr>
<tr>
<td><code class="highlighter-rouge">sleep_time</code></td>
<td>no</td>
<td>Integer number of seconds that the speaker should wait until it starts tapering. Cannot exceed 86399 (one day).</td>
</tr>
</tbody>
</table>
<h3><a class="title-link" name="service-sonos_clear_sleep_timer" href="#service-sonos_clear_sleep_timer"></a> Service <code class="highlighter-rouge">sonos_clear_sleep_timer</code></h3>
<p>Clear the sleep timer on a speaker, if one is set.</p>
<table>
<thead>
<tr>
<th>Service data attribute</th>
<th>Optional</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code class="highlighter-rouge">entity_id</code></td>
<td>no</td>
<td>String or list of <code class="highlighter-rouge">entity_id</code>s that will have their timers cleared. Must be a coordinator speaker.</td>
</tr>
</tbody>
</table>
</article>
@ -250,6 +297,9 @@
<li>
<a href='/components/media_player.directv/'>DirecTV</a>
</li>
<li>
<a href='/components/media_player.emby/'>Emby</a>
</li>
<li>
<a href='/components/media_player.firetv/'>FireTV</a>
</li>
@ -286,6 +336,9 @@
<li>
<a href='/components/media_player.pandora/'>Pandora</a>
</li>
<li>
<a href='/components/media_player.philips_js/'>Philips TV</a>
</li>
<li>
<a href='/components/media_player.pioneer/'>Pioneer Network Receivers</a>
</li>