mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add better content types to examples (#36954)
* Add better content types to examples * Update source/_integrations/music_assistant.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
ac9b4a3f70
commit
419a984d22
@ -49,7 +49,7 @@ Play Adele's album 25
|
||||
|
||||
```yaml
|
||||
entity_id: media_player.music_assistant_player
|
||||
media_content_type: MUSIC
|
||||
media_content_type: album
|
||||
media_content_id: 'Adele - 25'
|
||||
```
|
||||
|
||||
@ -57,7 +57,7 @@ Play all tracks from Stevie Wonder in random order
|
||||
|
||||
```yaml
|
||||
entity_id: media_player.music_assistant_player
|
||||
media_content_type: MUSIC
|
||||
media_content_type: artist
|
||||
media_content_id: 'Stevie Wonder'
|
||||
```
|
||||
|
||||
@ -65,7 +65,7 @@ Play the playlist The Best of Disco
|
||||
|
||||
```yaml
|
||||
entity_id: media_player.music_assistant_player
|
||||
media_content_type: PLAYLIST
|
||||
media_content_type: playlist
|
||||
media_content_id: 'The Best of Disco'
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user