Remove volume_transition as it is not implemented (#2728)

This commit is contained in:
cgtobi 2017-05-31 05:14:13 +02:00 committed by Paulus Schoutsen
parent c952b3e265
commit 5d6a102cdb

View File

@ -34,15 +34,6 @@ Available services: `turn_on`, `turn_off`, `toggle`, `volume_up`, `volume_down`,
| `entity_id` | yes | Target a specific media player. Defaults to all. | | `entity_id` | yes | Target a specific media player. Defaults to all. |
| `volume_level` | no | Float for volume level | | `volume_level` | no | Float for volume level |
#### {% linkable_title Service `media_player/volume_transition` %}
| Service data attribute | Optional | Description |
|------------------------|----------|--------------------------------------------------|
| `entity_id` | yes | Target a specific media player. Defaults to all. |
| `volume_level` | no | Float for volume level |
| `transition` | no | Integer for transition time in seconds |
#### {% linkable_title Service `media_player/media_seek` %} #### {% linkable_title Service `media_player/media_seek` %}
| Service data attribute | Optional | Description | | Service data attribute | Optional | Description |