Kane610 / aiounifi

Asynchronous library to communicate with Unifi Controller
MIT License
57 stars 49 forks source link

feat: adds support for getting led_override statuses for devices #593

Closed layertwo closed 4 months ago

layertwo commented 4 months ago

Overview

I'm working on adding LED control for Unifi devices in HA, but needed to expose the LED control in the underlying library.

Some interesting notes:

Testing

Kane610 commented 4 months ago

Please setup (setup.sh) the environment so you get ruff, ruff-check and mypy in order when publishing PRs

layertwo commented 4 months ago

Alright, addressed comments, should be good to go.