mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Spelling fixes (#16150)
This commit is contained in:
parent
156c6e2025
commit
89d856d147
@ -12,10 +12,10 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
def setup(hass, config):
|
def setup(hass, config):
|
||||||
"""Set up the insteon_local component.
|
"""Set up the insteon_local component.
|
||||||
|
|
||||||
This component is depreciated as of release 0.77 and should be removed in
|
This component is deprecated as of release 0.77 and should be removed in
|
||||||
release 0.90.
|
release 0.90.
|
||||||
"""
|
"""
|
||||||
_LOGGER.warning('The insteon_local comonent has been replaced by '
|
_LOGGER.warning('The insteon_local component has been replaced by '
|
||||||
'the insteon component')
|
'the insteon component')
|
||||||
_LOGGER.warning('Please see https://home-assistant.io/components/insteon')
|
_LOGGER.warning('Please see https://home-assistant.io/components/insteon')
|
||||||
|
|
||||||
|
@ -14,10 +14,10 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
def async_setup(hass, config):
|
def async_setup(hass, config):
|
||||||
"""Set up the insteon_plm component.
|
"""Set up the insteon_plm component.
|
||||||
|
|
||||||
This component is depreciated as of release 0.77 and should be removed in
|
This component is deprecated as of release 0.77 and should be removed in
|
||||||
release 0.90.
|
release 0.90.
|
||||||
"""
|
"""
|
||||||
_LOGGER.warning('The insteon_plm comonent has been replaced by '
|
_LOGGER.warning('The insteon_plm component has been replaced by '
|
||||||
'the insteon component')
|
'the insteon component')
|
||||||
_LOGGER.warning('Please see https://home-assistant.io/components/insteon')
|
_LOGGER.warning('Please see https://home-assistant.io/components/insteon')
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ EMPTY_CONFIG = []
|
|||||||
|
|
||||||
async def async_setup_auth(hass, aiohttp_client, provider_configs=BASE_CONFIG,
|
async def async_setup_auth(hass, aiohttp_client, provider_configs=BASE_CONFIG,
|
||||||
module_configs=EMPTY_CONFIG, setup_api=False):
|
module_configs=EMPTY_CONFIG, setup_api=False):
|
||||||
"""Helper to set up authentication and create a HTTP client."""
|
"""Helper to set up authentication and create an HTTP client."""
|
||||||
hass.auth = await auth.auth_manager_from_config(
|
hass.auth = await auth.auth_manager_from_config(
|
||||||
hass, provider_configs, module_configs)
|
hass, provider_configs, module_configs)
|
||||||
ensure_auth_manager_loaded(hass.auth)
|
ensure_auth_manager_loaded(hass.auth)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user