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 setup process."""
|
||||
"""Test UniFi Network integration setup process."""
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
from homeassistant.components import unifi
|
||||
|
@ -59,8 +59,8 @@ async def test_controller_mac(hass):
|
|||
)
|
||||
assert device.configuration_url == "https://123:443"
|
||||
assert device.manufacturer == "Ubiquiti Networks"
|
||||
assert device.model == "UniFi Controller"
|
||||
assert device.name == "UniFi Controller"
|
||||
assert device.model == "UniFi Network"
|
||||
assert device.name == "UniFi Network"
|
||||
assert device.sw_version is None
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue