Simpleicons for Home Assistant
- 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 three dots (
- Click the
+
button bottom right - Search for "Simpleicons" and install it.
- Copy
dist/icons-simpleicons.js
into yourconfig/www
folder. - Go to Configuration > Lovelace Dashboards > Resources > Add Resource
- Set url to
/local/icons-simpleicons.js
and Resource Type toJavascript Module
. - Add the following to your configuration.yaml, save and restart HA.
frontend: extra_module_url: - /local/icons-simpleicons.js