Add Bang & Olufsen integration removal steps (#35979)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Markus Jacobsen 2024-11-26 09:08:25 +01:00 committed by GitHub
parent bee027f938
commit 1316ebb866
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,3 +263,9 @@ Additionally a Deezer user ID can be found at <https://www.deezer.com/en/profile
### Getting Tidal URIs
Tidal playlists, album URIs and track IDs are available via the Tidal website. When navigating to an album, the URL will look something like <https://listen.tidal.com/album/ALBUM_ID/>, and this needs to be converted to `album:ALBUM_ID`. The same applies to playlists, which have the format `playlist:PLAYLIST_ID`. Individual tracks can be found by sharing the track and selecting the `Copy track link` method, which should yield a link of the format <https://tidal.com/browse/track/TRACK_ID?u>, this can be played by extracting the track id `TRACK_ID`.
## Remove integration
This integration follows standard integration removal, no extra steps are required.
{% include integrations/remove_device_service.md %}