diff --git a/README.md b/README.md index 4e68f73..75236a2 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,6 @@ SUPPORTS_PROXIMITY_SENSOR = ( - Beolink leader (if available) - Beolink listeners (if available) - Beolink peers (if available) - - Favourites - - Current netradio station: - - Station name - - Station ID - - Current Deezer track ID (if available) - Bluetooth devices: - Currently connected bluetooth devices such as phones (if available) - Paired remotes (if available) @@ -127,6 +122,10 @@ Some entities are added according to lists of supported devices. These are curre - Loudness +### Text entity + +- Media ID (If available) + ## Getting Deezer URIs In order to find Deezer playlist, album URIs and user IDs for Deezer flows, the Deezer website has to be accessed. When navigating to an album, the URL will look something like: "https://www.deezer.com/en/album/ALBUM_ID", and this simply needs to be converted to: `album:ALBUM_ID` and the same applies to playlist, which have the format: `playlist:PLAYLIST_ID`.