You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Finding media_content_id (used in Custom Favorites)
343
+
344
+
If you want to find the `media_content_id` for a specific radio station or playlist (for instance to configure `customFavorites`), you can do the following:
345
+
1. Open Media tab
346
+
2. Open Chrome Dev Tools
347
+
3. Go to Network tab
348
+
4. Filter on "WS"
349
+
5. Reload page
350
+
6. Now you will see a row `websocket`, click on `websocket`
351
+
7. Select Messages tab
352
+
8. Add filter `play_media`
353
+
9. Now navigate to your playlist, and start playing it
354
+
10. A line will appear, click on it
355
+
11. Expand the JSON object, and look under `service_data`
The recommend way to change look and feel is to use the built-in theming capabilities in Home Assistant. If that is not enough this card supports being styled with [card_mod](https://github.com/thomasloven/lovelace-card-mod).
0 commit comments