Rename various usages of UniFi to better identify only UniFi Network (#59568)
* Renames various usages of UniFi to better indentify only UniFi Network * Apply suggestions from code review Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com> * Missed renames * Updates more locations * Removes instances of application/controller * Missed a spot * Updates all UniFi Controller instances * Fixes typo * Reverts changes to translations Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
This commit is contained in:
parent
296b738740
commit
5a72c9f7c3
21 changed files with 75 additions and 67 deletions
|
@ -1,4 +1,4 @@
|
|||
"""Test UniFi Controller."""
|
||||
"""Test UniFi Network."""
|
||||
|
||||
import asyncio
|
||||
from copy import deepcopy
|
||||
|
@ -171,7 +171,7 @@ async def setup_unifi_integration(
|
|||
unique_id="1",
|
||||
config_entry_id=DEFAULT_CONFIG_ENTRY_ID,
|
||||
):
|
||||
"""Create the UniFi controller."""
|
||||
"""Create the UniFi Network instance."""
|
||||
assert await async_setup_component(hass, UNIFI_DOMAIN, {})
|
||||
|
||||
config_entry = MockConfigEntry(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue