Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mj23000 committed Dec 8, 2022
1 parent 603d3cb commit 179080d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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`.
Expand Down

0 comments on commit 179080d

Please sign in to comment.