Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.58 KB

info.md

File metadata and controls

54 lines (43 loc) · 1.58 KB

hacs_badge CC BY-NC-SA 4.0 CC BY-NC-SA 4.0

Custom brand icons

Custom brand icons for Home Assistant

logo

Install

  1. Add the following to the frontend section of your configuration.yaml
frontend:
extra_module_url:
  - /local/community/custom-brand-icons/custom-brand-icons.js
  1. (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

Use

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

Icons/Brands Available

See the full list on Github.