Additional icons for use in Home Assistant UI
It is advised to install via HACS (Home Assistand Community Store).
- Ensure HACS is already installed on Home Assistant https://hacs.xyz/docs/installation/prerequisites/
- In Home Assistant, navigate to HACS -> Frontend
- Select the 3 dots icon in the top right and choose Custom repositories
- Add this repository
https://github.com/MattFryer/Hass-Custom-Icons
- Custom Icons Pack should be shown as a new repository available to install. Click INSTALL then INSTALL
- Confirm you wish to RELOAD the UI
By default the icons can only be used inside Lovelace dashbaords. To use the icons site wide, add the following to the Frontend
sections of your Home Assistant configuration.yaml
:
frontend:
extra_module_url:
- /hacsfiles/hass-custom-icons/hass-custom-icons.js
You may need to refresh your browser a couple of times for the icons to be shown the first time.
If you would like to add more icons, please raise an issue in the Github repository. Alternatively, add the icons yourself and raise a pull request.