Bump aiounifi to v35 (#79040)
* Update imports Replace constants with enums * Import new request objects * Bump aiounifi to v35
This commit is contained in:
parent
42bd664305
commit
bfd12730f2
11 changed files with 98 additions and 84 deletions
|
@ -25,13 +25,10 @@ from homeassistant.components.unifi.const import (
|
|||
DEFAULT_TRACK_DEVICES,
|
||||
DEFAULT_TRACK_WIRED_CLIENTS,
|
||||
DOMAIN as UNIFI_DOMAIN,
|
||||
PLATFORMS,
|
||||
UNIFI_WIRELESS_CLIENTS,
|
||||
)
|
||||
from homeassistant.components.unifi.controller import (
|
||||
PLATFORMS,
|
||||
RETRY_TIMER,
|
||||
get_unifi_controller,
|
||||
)
|
||||
from homeassistant.components.unifi.controller import RETRY_TIMER, get_unifi_controller
|
||||
from homeassistant.components.unifi.errors import AuthenticationRequired, CannotConnect
|
||||
from homeassistant.const import (
|
||||
CONF_HOST,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue