Fix typo in config.py (#101268)

This commit is contained in:
Erik Montnemery 2023-10-02 15:57:04 +02:00 committed by GitHub
parent b5f71f9ec7
commit cab30085c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -385,7 +385,7 @@ def _write_default_config(config_dir: str) -> bool:
async def async_hass_config_yaml(hass: HomeAssistant) -> dict:
"""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.
"""
secrets = Secrets(Path(hass.config.config_dir))