Skip to content

vigonotion/hass-simpleicons

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 29, 2021 11:23
October 8, 2022 11:55
April 29, 2021 11:23
April 22, 2020 22:33
November 4, 2021 18:15
April 22, 2020 22:33
May 17, 2022 18:44

hass-simpleicons

hacs_badge

Use free icons from the simpleicons set in Home Assistant.

Installation instructions

  • 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

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: 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.

FAQ

Can I set this up in configure.yaml instead?

Yes.

simpleicons:

Special thanks

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