Skip to content

Personal icon set for Home Assistant

Notifications You must be signed in to change notification settings

kongo09/hass-kongo09-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacs_badge

hass-kongo09-icons

Custom icon pack designed for Home Assistant for personal use

Content

Preview xmas_star
Preview xmas_stars
Preview circle
Preview roborock
Preview ceiling_light
Preview spot_light
Preview wall_light
Preview hanging_light
Preview pirce_light

Install

HACS

Add https://github.com/kongo09/hass-kongo09-icons as custom-repository for a Lovelace plugin in HACS

Manual

Copy the hass-kongo09-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-kongo09-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-kongo09-icons.js

Restart home-assistant.

Using

The icons uses the prefix kongo09:.

Example:

type: entity
entity: fan.air_ac2729
icon: 'kongo09:power_button'

Thanks

Thanks to @hulkhaugen, as I used his hass-bha-icons based on hass-fontawesome from @thomasloven as a template for this pack