Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

vigonotion/hass-extendedicons

Repository files navigation

hass-extendedicons

hacs_badge

Use free icons from the extendedicons set in Home Assistant.

Installation instructions

  • Install using HACS (Or copy the contents of custom_components/extendedicons/ to <your config dir>/custom_components/extendedicons/.)

  • Restart Home Assistant

  • Go to your integrations configuration and add extendedicons

Usage

Find the icon you want in the gallery. Click on an icon. This will download the icon. You don't need that file, just it's filename.

The icon set is prefixed by: ei. Then comes the filename.

So,

  • to get a facebook logo, use eifacebook
  • to get a zigbee logo, use eizigbee
  • and so on

The icons are useable anywhere in Home Assistant - not only in lovelace.

FAQ

Can I set this up in configure.yaml instead?

Yes.

extendedicons:

Special thanks

This work is heavily based on hass-fontawesome by Thomas Loven. Thank you!