Unifi websocket manager (#111041)
* Move hub into .hub.hub * Move websocket to own module * Minor shuffle
This commit is contained in:
parent
d796085923
commit
efc89cd34f
10 changed files with 154 additions and 90 deletions
|
@ -9,7 +9,7 @@ from aiounifi.models.message import MessageKey
|
|||
import pytest
|
||||
|
||||
from homeassistant.components.unifi.const import DOMAIN as UNIFI_DOMAIN
|
||||
from homeassistant.components.unifi.hub import RETRY_TIMER
|
||||
from homeassistant.components.unifi.hub.websocket import RETRY_TIMER
|
||||
from homeassistant.const import CONTENT_TYPE_JSON
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers import device_registry as dr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue