Add Sonos media browser capability (#39239)

This commit is contained in:
cgtobi
2020-09-02 10:57:12 +02:00
committed by GitHub
parent 4c6960ed36
commit 603707aa85
3 changed files with 302 additions and 18 deletions

View File

@@ -43,8 +43,11 @@ MEDIA_TYPE_APP = "app"
MEDIA_TYPE_ALBUM = "album"
MEDIA_TYPE_TRACK = "track"
MEDIA_TYPE_ARTIST = "artist"
MEDIA_TYPE_CONTRIBUTING_ARTIST = "contributing_artist"
MEDIA_TYPE_PODCAST = "podcast"
MEDIA_TYPE_SEASON = "season"
MEDIA_TYPE_GENRE = "genre"
MEDIA_TYPE_COMPOSER = "composer"
SERVICE_CLEAR_PLAYLIST = "clear_playlist"
SERVICE_PLAY_MEDIA = "play_media"