mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix typos found by codespell (#31243)
* Fix typos found by codespell * Fix typos found by codespell * codespell: Furture ==> Future * Update test_config_flow.py * Update __init__.py * Spellcheck: successfull ==> successful * Codespell: unsuccesful ==> unsuccessful * Codespell: cant ==> can't * Codespell: firware ==> firmware * Codespell: mimick ==> mimic
This commit is contained in:
@@ -269,7 +269,7 @@ async def test_restoring_client(hass):
|
||||
|
||||
|
||||
async def test_dont_track_clients(hass):
|
||||
"""Test dont track clients config works."""
|
||||
"""Test don't track clients config works."""
|
||||
await setup_unifi_integration(
|
||||
hass,
|
||||
options={unifi.controller.CONF_TRACK_CLIENTS: False},
|
||||
@@ -287,7 +287,7 @@ async def test_dont_track_clients(hass):
|
||||
|
||||
|
||||
async def test_dont_track_devices(hass):
|
||||
"""Test dont track devices config works."""
|
||||
"""Test don't track devices config works."""
|
||||
await setup_unifi_integration(
|
||||
hass,
|
||||
options={unifi.controller.CONF_TRACK_DEVICES: False},
|
||||
@@ -305,7 +305,7 @@ async def test_dont_track_devices(hass):
|
||||
|
||||
|
||||
async def test_dont_track_wired_clients(hass):
|
||||
"""Test dont track wired clients config works."""
|
||||
"""Test don't track wired clients config works."""
|
||||
await setup_unifi_integration(
|
||||
hass,
|
||||
options={unifi.controller.CONF_TRACK_WIRED_CLIENTS: False},
|
||||
|
||||
Reference in New Issue
Block a user