Fork of @thomasloven's awesome-icons-set for homeassistant.
Use free icons from the simpleicons set in Home-assistant.
Copy the html file for the set into <config>/www/
where <config>
is your home-assistant config directory (the directory where your configuration.yaml
resides).
Add the following to the frontend
section of your configuration.yaml
frontend:
extra_html_url:
- /local/hass-simple-icons.html
Restart home-assistant.
Find the icon you want on simpleicons.org.
Prefix for this set is si
The name of the icon is defined by its filename.
Example usage in Home-Assistant:
icon: si:github
Use the generate.py python-script (also provided by @thomasloven for fontawesome)
Slightly modified version for the simple-icon svgs in this repository.
Run in /simple-icons directory