This is a place to share ideas on how to create cards for the integration Unifi-Device-info
You will need the following 2 cards added via HACS
Use switch
Replace 'switch name' with the name off your sensor for the switch
Use AP
Replace 'AP name' with the name off your sensor for the AP
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.
Contributions are welcome! Feel free to open issues or submit pull requests to improve this integration.
This project is licensed under the MIT License.
This integration is provided "as is" without any warranty. Use it at your own risk.