Hi, I have 5 different sources for my spotify integration using a long string of characters. I would like to rename/create an alias with friendly names for them. I tried using the following in config but its not working
media_player:
- platform: spotify
client_id: !secret spotify_client_id
client_secret: !secret spotify_client_secret
aliases:
"device_serial_number_1": "Living Room Speaker"
"device_serial_number_2": "Bedroom Headphones"