Unifi rename controller to hub (#110976)
* Rename controller.py to hub.py * Rename UniFiController to UnifiHub * Rename controller instances into hub * Rename controller to hub in tests * Rename aiounifi Controller references to api * Update strings * Rename test_controller test_hub * Narrow scope of test_remove_sensors
This commit is contained in:
parent
2b3f5319d6
commit
2f026ca963
25 changed files with 432 additions and 476 deletions
|
@ -15,7 +15,7 @@ from homeassistant.helpers import entity_registry as er
|
|||
from homeassistant.helpers.entity_registry import RegistryEntryDisabler
|
||||
from homeassistant.util import dt as dt_util
|
||||
|
||||
from .test_controller import setup_unifi_integration
|
||||
from .test_hub import setup_unifi_integration
|
||||
|
||||
from tests.common import async_fire_time_changed
|
||||
from tests.test_util.aiohttp import AiohttpClientMocker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue