Mdi netflix icon not displaying

I am unable to display the Netflix icon for mdi. All version of mdi seems to be

mdi-netflix

I have added icon: mdi:netflix to HA files, but it shows up as blank. Is this the correct tag?

mdi:netflix is working for me on 0.114. There’s currently a transition to the latest Material Design icon versions and you may be caught in the middle if you’re on a build older than 0.113.

I am on 0.114. Never setup the netflix icon until after I upgrade to 0.114. Restart HA several times, but still shows blank icon.
icon: mdi:plex is working for me for what it’s worth.

Nearly all brand icons have moved to SimpleIcons. There was a note about this in the 0.113 release notes.

Where exactly did you put the icon: mdi:netflix ?

Netflix icon works for me. It’s also on the most recent cheatsheet (https://cdn.materialdesignicons.com/5.3.45/)

Here are the deprecated ones (excl. renamed):

1 Like

I have no idea why it isn’t working for me. I have added the icon to input_boolean.yaml like so.

  appletv_netflix:
    name: AppleTV Netflix
    icon: mdi:netflix
    initial: off

At any rate, I got it to working now since installing simpleicons via HACS as suggested by tom_l and changed the naming structure like so.

  appletv_netflix:
    name: AppleTV Netflix
    icon: si:netflix
    initial: off