UniFi: Add UDM/P (UniFi OS) support (#33766)
* Fix get_controller and all tests:wq * Bump dependency to v16
This commit is contained in:
parent
2d1002d40d
commit
15ab63a4c2
7 changed files with 40 additions and 26 deletions
|
@ -327,6 +327,7 @@ async def get_controller(
|
|||
|
||||
try:
|
||||
with async_timeout.timeout(10):
|
||||
await controller.check_unifi_os()
|
||||
await controller.login()
|
||||
return controller
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue