Site updated at 2017-04-08 23:38:08 UTC

This commit is contained in:
Travis CI 2017-04-08 23:38:08 +00:00
parent 0b450989d5
commit b671c3bdf9
536 changed files with 6498 additions and 1728 deletions

View file

@ -130,6 +130,33 @@
</tr>
</tbody>
</table>
<h4><a class="title-link" name="service-media_playervolume_transition" href="#service-media_playervolume_transition"></a> Service <code class="highlighter-rouge">media_player/volume_transition</code></h4>
<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>yes</td>
<td>Target a specific media player. Defaults to all.</td>
</tr>
<tr>
<td><code class="highlighter-rouge">volume_level</code></td>
<td>no</td>
<td>Float for volume level</td>
</tr>
<tr>
<td><code class="highlighter-rouge">transition</code></td>
<td>no</td>
<td>Integer for transition time in seconds</td>
</tr>
</tbody>
</table>
<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>