Skip to content

Commit 065a2d6

Browse files
PetePriorityfabaff
authored andcommitted
Added service description (home-assistant#2319)
1 parent dbea60b commit 065a2d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/_components/media_player.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ Available services: `turn_on`, `turn_off`, `toggle`, `volume_up`, `volume_down`,
3434
| `entity_id` | yes | Target a specific media player. Defaults to all. |
3535
| `volume_level` | no | Float for volume level |
3636

37+
#### {% linkable_title Service `media_player/volume_transition` %}
38+
39+
| Service data attribute | Optional | Description |
40+
|------------------------|----------|--------------------------------------------------|
41+
| `entity_id` | yes | Target a specific media player. Defaults to all. |
42+
| `volume_level` | no | Float for volume level |
43+
| `transition` | no | Integer for transition time in seconds |
44+
45+
3746
#### {% linkable_title Service `media_player/media_seek` %}
3847

3948
| Service data attribute | Optional | Description |

0 commit comments

Comments
 (0)