-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default port.name to "Port N" #722
Conversation
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 ============================================ |
Thanks. Ill have a look next week once Im back home |
Friendly ping @Kane610, hope you got home safe. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, have been really busy IRL
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. |
Almost there, you need to run ruff |
ruff format aiounifi tests
That is now done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Allright!
No description provided.