Skip to content

Commit 54afdf4

Browse files
vrs01Landrash
authored andcommitted
media_content_type should be lowercase (home-assistant#2778)
1 parent 4100eb3 commit 54afdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/media_player.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Available services: `turn_on`, `turn_off`, `toggle`, `volume_up`, `volume_down`,
4747
| -----------------------| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4848
| `entity_id` | yes | Target a specific media player. Defaults to all. |
4949
| `media_content_id` | no | 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. |
50-
| `media_content_type` | no | A media type. Must be one of `MUSIC`, `TVSHOW`, `VIDEO`, `EPISODE`, `CHANNEL` or `PLAYLIST`. For example, to play music you would set `media_content_type` to `MUSIC`. |
50+
| `media_content_type` | no | A media type. Must be one of `music`, `tvshow`, `video`, `episode`, `channel` or `playlist`. For example, to play music you would set `media_content_type` to `music`. |
5151

5252
#### {% linkable_title Service `media_player/select_source` %}
5353

0 commit comments

Comments
 (0)