Custom icon pack designed for Home Assistant for personal use / shamelessly copied from kongo09 https://github.com/kongo09/hass-kongo09-icons
window-shutter-group
window-shutter-group-50
window-shutter-group-open
window-shutter-50
window-shutter-clock
window-shutter-cog
chip-ota
radiator-cog
radiator-clock
radiator-off-clock
light-tree
lightbulb-group-clock
Add https://github.com/sotima/hass-sotima-icons
as custom-repository for a Lovelace plugin in HACS
Copy the hass-sotima-icons.js
file into <config>/www/
where <config>
is your home-assistant config directory (the directory where your configuration.yaml
resides).
Add the folowing to the frontend
section of your configuration.yaml
frontend:
extra_module_url:
- /local/hass-sotima-icons.js
Or add the following to your lovelace configuration using the Raw Config editor under Configure UI or ui-lovelace.yaml if using YAML mode.
resources:
- type: js
url: /local/hass-sotima-icons.js
Restart home-assistant.
The icons use the prefix sotima:
.
Example:
type: entity
entity: cover.livingroom
icon: 'sotima:windows-shutter-50'
Thanks to @kongo09 as I have shamelessly copied his repo.