Skip to content

w1tw0lf/Unifi-Device-info-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

INFO

This is a place to share ideas on how to create cards for the integration Unifi-Device-info

Requirements

You will need the following 2 cards added via HACS

lovelace-multiple-entity-row

lovelace-card-mod

1. Switch card

image

Use switch

Replace 'switch name' with the name off your sensor for the switch

2. AP Card

image

Use AP

Replace 'AP name' with the name off your sensor for the AP

3. Picture Icon

To get an icon to display, add the png files in PNG to config/www/unifi icons/. Then create config/customize.yaml.

In the file add the following:

sensor.*name*:
  entity_picture: /local/unifi icons/*.png

Replace name and *.png with as needed. Do so for each devices.

Add to configuration.yaml

homeassistant:
  customize: !include customize.yaml

Reboot and the device should have a picture displayed as an icon.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve this integration.

License

This project is licensed under the MIT License.

Disclaimer

This integration is provided "as is" without any warranty. Use it at your own risk.

Releases

No releases published

Packages

No packages published