Skip to content

lou-cucci/hass-simpleicons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hass-simpleicons

Fork of @thomasloven's awesome-icons-set for homeassistant.

Use free icons from the simpleicons set in Home-assistant.

Install

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.

Using

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

Updating the Icons

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

About

Use icons from simple-icons in home-assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.9%
  • Python 0.1%