Kane610 / aiounifi

Asynchronous library to communicate with Unifi Controller
MIT License
60 stars 53 forks source link

Default port.name to "Port N" #722

Closed dotdoom closed 1 month ago

dotdoom commented 2 months ago

Tested via:

$ ./setup.sh
$ source venv/bin/activate
(venv) $ python3 -m pytest

...

Required test coverage of 95.0% reached. Total coverage: 96.94%
============================================ 159 passed, 1 warning in 2.09s ============================================
Kane610 commented 2 months ago

Thanks. Ill have a look next week once Im back home

dotdoom commented 2 months ago

Friendly ping @Kane610, hope you got home safe.

dotdoom commented 1 month ago

Merged the change; I am not sure if Port could be None, this was a case of defensive programming. I have removed that branch now.

Kane610 commented 1 month ago

Almost there, you need to run ruff

dotdoom commented 1 month ago

That is now done!