Zeus Icon Set for Home Assistant
You can find a list of the icons in the official website: Zeus Icon Set
Here's a cheatsheet with all the icon names: Zeus Icon Set Cheatsheet
I recommend installing Zeus Icon Set via Home Assistant Community Store
- Add the folowing to the
frontend
section of yourconfiguration.yaml
frontend:
extra_module_url:
- /local/community/HomeAssistant-Zeus/HomeAssistant-Zeus.js
- (optional) 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/community/HomeAssistant-Zeus/HomeAssistant-Zeus.js
To add custom repositories please follow this guide. Set URL to https://github.com/XusBadia/HomeAssistant-Zeus
and category to Lovelace
.
-
Download
HomeAssistant-Zeus.js
file from the latest release. -
Copy the
HomeAssistant-Zeus.js
file into<config>/www/
the directory where yourconfiguration.yaml
resides. -
Add the folowing to the
frontend
section of yourconfiguration.yaml
frontend:
extra_module_url:
- /local/HomeAssistant-Zeus.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/HomeAssistant-Zeus.js
Restart home-assistant.
you can use icons by entering the prefix zeus:
Example of integration in the card
entities:
- entity: light.bathroom
icon: 'zeus:bath'
name: Bathroom
- entity: light.cleaning_closet
icon: 'zeus:broom'
name: Cleaning Closet
show_header_toggle: false
title: Zeus icons
type: entities
In case you want to create your own perfix you can edit the last line of the HomeAssistant-Zeus.js
window.customIconsets["yourprefix"] = getIcon;
It probably depends on the cache. Open Home assistant from an incognito window and check that the icon loads if yes then it depends on the cache, otherwise double check the installation
Special thanks to Emanuele (https://github.com/elax46/custom-brand-icons) since I took his Custom Brand Icons for HACS repository to get this one to work.