MDI Icons for Home Assistant Index

@Sawadee I use this cdn and I used the version of MDI from the HA code. If you put the below into an iframe panel you can always see what icons are available.

mdiindex:
  title: MDI Icon Index
  icon: mdi:material-design
  url: https://cdn.materialdesignicons.com/3.3.92/
3 Likes
mdiindex:
  title: MDI Icon Index
  icon: mdi:material-design
  url: https://cdn.materialdesignicons.com/3.3.92/

@Sawadee Where do you put this entry, into which file?

@GrizzlyAK I put mine into a file called mdi_icons.yaml I load it into an iframe panel. Using panel_iframe: !include_dir_merge_named ../../panels/iframe in my configuration file.

Is there a change in the URL? I used to use : https://cdn.materialdesignicons.com/5.4.55/ but suddenly failed to get content.

I have this with 0.118.4, works but maybe something newer as I have not changes since 116

  # 5.6.55 current for 116.x
  mdi_icons:
    title: 'MDI Icons'
    url: 'https://cdn.materialdesignicons.com/5.6.55/'
    icon: 'mdi:simple-icons'

Bingo, thanks. Missed the ’ ’ quotes. Works in 0.188.5