UniFi: Add UDM/P (UniFi OS) support (#33766)

* Fix get_controller and all tests:wq

* Bump dependency to v16
This commit is contained in:
Robert Svensson 2020-04-08 23:19:39 +02:00 committed by GitHub
parent 2d1002d40d
commit 15ab63a4c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 40 additions and 26 deletions

View file

@ -327,6 +327,7 @@ async def get_controller(
try:
with async_timeout.timeout(10):
await controller.check_unifi_os()
await controller.login()
return controller