Fix typo in config.py (#101268)
This commit is contained in:
parent
b5f71f9ec7
commit
cab30085c5
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ def _write_default_config(config_dir: str) -> bool:
|
||||||
async def async_hass_config_yaml(hass: HomeAssistant) -> dict:
|
async def async_hass_config_yaml(hass: HomeAssistant) -> dict:
|
||||||
"""Load YAML from a Home Assistant configuration file.
|
"""Load YAML from a Home Assistant configuration file.
|
||||||
|
|
||||||
This function allow a component inside the asyncio loop to reload its
|
This function allows a component inside the asyncio loop to reload its
|
||||||
configuration by itself. Include package merge.
|
configuration by itself. Include package merge.
|
||||||
"""
|
"""
|
||||||
secrets = Secrets(Path(hass.config.config_dir))
|
secrets = Secrets(Path(hass.config.config_dir))
|
||||||
|
|
Loading…
Add table
Reference in a new issue