Use free icons from the simpleicons set in Home Assistant.
-
Install using HACS (Or copy the contents of
custom_components/simpleicons/
to<your config dir>/custom_components/simpleicons/
.) -
Restart Home Assistant
-
Go to your integrations configuration and add simpleicons
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: si:
. Then comes the filename.
So,
- to get a facebook logo, use
si:facebook
- to get a zigbee logo, use
si:zigbee
- and so on
The icons are useable anywhere in Home Assistant - not only in lovelace.
Yes.
simpleicons:
This work is heavily based on hass-fontawesome by Thomas Loven. Thank you!