Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 649 Bytes

info.md

File metadata and controls

25 lines (18 loc) · 649 Bytes

Usage:

Install the plugin and use it like in this example:

title: My Card
type: entities
entities:
  - entity: fan.air_ac2729
    icon: pap:power_button

Example

Systemwide availability (Optional)

The steps above will make the icons available, but limited to the Lovelace UI only. If you want the icons to be available throughout Home Assistant, add the following to the frontend section of your configuration.yaml

frontend:
  extra_module_url:
    - /hacsfiles/hass-pap-icons/hass-pap-icons.js

For this step, a system restart is needed.