Custom brand icons for Home Assistant
- Add the following to the
frontend
section of yourconfiguration.yaml
frontend:
extra_module_url:
- /local/community/custom-brand-icons/custom-brand-icons.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/custom-brand-icons/custom-brand-icons.js
you can use icons by entering the prefix phu:
Example of integration in the card
entities:
- entity: light.lampada_entrance
icon: 'phu:go'
name: Go
- entity: light.monitor_2_right
icon: 'phu:play'
name: play 1
- entity: light.monitor_2_left
icon: 'phu:play'
name: play 2
show_header_toggle: false
title: Custom brand icons
type: entities
A system restart is required after this step
See the full list on Github.