Skip to content

SendNukez/hassio-icons-simpleicons

Repository files navigation

hacs_badge GitHub release (latest by date) CC BY-NC-SA 4.0 GitHub file size in bytes

Simpleicons for Home Assistant

Installation

HACS (Recommended):

  • Open HACS (installation instructions are here).
  • Go to the "Frontend" section
  • Add this repo as custom repository. To do this:
    • Click the three dots () top right > Custom repositories
    • Paste https://github.com/SendNukez/icons-simpleicons as Repository
    • Set Category to Frontend
    • Click Add
    • Close the popup
  • Click the + button bottom right
  • Search for "Simpleicons" and install it.

Manual:

  • Copy dist/icons-simpleicons.js into your config/www folder.
  • Go to Configuration > Lovelace Dashboards > Resources > Add Resource
  • Set url to /local/icons-simpleicons.js and Resource Type to Javascript Module.
  • Add the following to your configuration.yaml, save and restart HA.
    frontend:
    extra_module_url:
      - /local/icons-simpleicons.js