Dear community,
I have media player set up the following way:
media_player:
- platform: androidtv
host: ...
The entity appears with name “Fire TV” on the card and I would like to customize it like this:
customize:
media_player.fire_tv:
# Does not work:
friendly_name: "Amazon Fire TV"
# Works just fine:
icon: mdi:television-box
however the result is that the icon is correctly set, but friendly name is ignored. Very strange limitation…