Site updated at 2016-08-22 08:21:42 UTC

This commit is contained in:
Travis CI 2016-08-22 08:21:43 +00:00
parent f9d65cbe57
commit 4acb07bf8e
559 changed files with 18878 additions and 21688 deletions

View file

@ -94,7 +94,7 @@
<h2><a class="title-link" name="services" href="#services"></a> Services</h2>
<h3><a class="title-link" name="media-control-services" href="#media-control-services"></a> Media control services</h3>
<p>Available services: <code>turn_on</code>, <code>turn_off</code>, <code>toggle</code>, <code>volume_up</code>, <code>volume_down</code>, <code>media_play_pause</code>, <code>media_play</code>, <code>media_pause</code>, <code>media_next_track</code>, <code>media_previous_track</code>, <code>clear_playlist</code></p>
<p>Available services: <code class="highlighter-rouge">turn_on</code>, <code class="highlighter-rouge">turn_off</code>, <code class="highlighter-rouge">toggle</code>, <code class="highlighter-rouge">volume_up</code>, <code class="highlighter-rouge">volume_down</code>, <code class="highlighter-rouge">media_play_pause</code>, <code class="highlighter-rouge">media_play</code>, <code class="highlighter-rouge">media_pause</code>, <code class="highlighter-rouge">media_next_track</code>, <code class="highlighter-rouge">media_previous_track</code>, <code class="highlighter-rouge">clear_playlist</code></p>
<table>
<thead>
@ -106,14 +106,14 @@
</thead>
<tbody>
<tr>
<td><code>entity_id</code></td>
<td><code class="highlighter-rouge">entity_id</code></td>
<td>yes</td>
<td>Target a specific media player. Defaults to all.</td>
</tr>
</tbody>
</table>
<h4><a class="title-link" name="service-media_playermute_volume" href="#service-media_playermute_volume"></a> Service <code>media_player/mute_volume</code></h4>
<h4><a class="title-link" name="service-media_playermute_volume" href="#service-media_playermute_volume"></a> Service <code class="highlighter-rouge">media_player/mute_volume</code></h4>
<table>
<thead>
@ -125,19 +125,19 @@
</thead>
<tbody>
<tr>
<td><code>entity_id</code></td>
<td><code class="highlighter-rouge">entity_id</code></td>
<td>yes</td>
<td>Target a specific media player. Defaults to all.</td>
</tr>
<tr>
<td><code>mute</code></td>
<td><code class="highlighter-rouge">mute</code></td>
<td>no</td>
<td>True/false for mute/unmute</td>
</tr>
</tbody>
</table>
<h4><a class="title-link" name="service-media_playerset_volume_level" href="#service-media_playerset_volume_level"></a> Service <code>media_player/set_volume_level</code></h4>
<h4><a class="title-link" name="service-media_playerset_volume_level" href="#service-media_playerset_volume_level"></a> Service <code class="highlighter-rouge">media_player/set_volume_level</code></h4>
<table>
<thead>
@ -149,19 +149,19 @@
</thead>
<tbody>
<tr>
<td><code>entity_id</code></td>
<td><code class="highlighter-rouge">entity_id</code></td>
<td>yes</td>
<td>Target a specific media player. Defaults to all.</td>
</tr>
<tr>
<td><code>volume</code></td>
<td><code class="highlighter-rouge">volume</code></td>
<td>no</td>
<td>Integer for volume level</td>
</tr>
</tbody>
</table>
<h4><a class="title-link" name="service-media_playermedia_seek" href="#service-media_playermedia_seek"></a> Service <code>media_player/media_seek</code></h4>
<h4><a class="title-link" name="service-media_playermedia_seek" href="#service-media_playermedia_seek"></a> Service <code class="highlighter-rouge">media_player/media_seek</code></h4>
<table>
<thead>
@ -173,19 +173,19 @@
</thead>
<tbody>
<tr>
<td><code>entity_id</code></td>
<td><code class="highlighter-rouge">entity_id</code></td>
<td>yes</td>
<td>Target a specific media player. Defaults to all.</td>
</tr>
<tr>
<td><code>position</code></td>
<td><code class="highlighter-rouge">position</code></td>
<td>no</td>
<td>Position to seek to. The format is platform dependent.</td>
</tr>
</tbody>
</table>
<h4><a class="title-link" name="service-media_playerplay_media" href="#service-media_playerplay_media"></a> Service <code>media_player/play_media</code></h4>
<h4><a class="title-link" name="service-media_playerplay_media" href="#service-media_playerplay_media"></a> Service <code class="highlighter-rouge">media_player/play_media</code></h4>
<table>
<thead>
@ -197,19 +197,19 @@
</thead>
<tbody>
<tr>
<td><code>entity_id</code></td>
<td><code class="highlighter-rouge">entity_id</code></td>
<td>yes</td>
<td>Target a specific media player. Defaults to all.</td>
</tr>
<tr>
<td><code>media_content_id</code></td>
<td><code class="highlighter-rouge">media_content_id</code></td>
<td>no</td>
<td>A media identifier. The format of this is component dependent. For example, you can provide URLs to Sonos and Cast but only a playlist ID to iTunes.</td>
</tr>
<tr>
<td><code>media_content_type</code></td>
<td><code class="highlighter-rouge">media_content_type</code></td>
<td>no</td>
<td>A media type. Must be one of <code>MUSIC</code>, <code>TVSHOW</code>, <code>VIDEO</code>, <code>EPISODE</code>, <code>CHANNEL</code> or <code>PLAYLIST</code>. For example, to play music you would set <code>media_content_type</code> to <code>MUSIC</code>.</td>
<td>A media type. Must be one of <code class="highlighter-rouge">MUSIC</code>, <code class="highlighter-rouge">TVSHOW</code>, <code class="highlighter-rouge">VIDEO</code>, <code class="highlighter-rouge">EPISODE</code>, <code class="highlighter-rouge">CHANNEL</code> or <code class="highlighter-rouge">PLAYLIST</code>. For example, to play music you would set <code class="highlighter-rouge">media_content_type</code> to <code class="highlighter-rouge">MUSIC</code>.</td>
</tr>
</tbody>
</table>