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
frontendsection 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.jsTo add custom repositories please follow this guide. Set URL to https://github.com/XusBadia/HomeAssistant-Zeus and category to Lovelace.
-
Download
HomeAssistant-Zeus.jsfile from the latest release. -
Copy the
HomeAssistant-Zeus.jsfile into<config>/www/the directory where yourconfiguration.yamlresides. -
Add the folowing to the
frontendsection of yourconfiguration.yaml
frontend:
extra_module_url:
- /local/HomeAssistant-Zeus.jsOr 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.jsRestart 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: entitiesIn 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.