Fix stale docstring in intent_script (#101270)
This commit is contained in:
parent
f72f95549c
commit
b5f71f9ec7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ CONFIG_SCHEMA = vol.Schema(
|
|||
|
||||
|
||||
async def async_reload(hass: HomeAssistant, service_call: ServiceCall) -> None:
|
||||
"""Handle start Intent Script service call."""
|
||||
"""Handle reload Intent Script service call."""
|
||||
new_config = await async_integration_yaml_config(hass, DOMAIN)
|
||||
existing_intents = hass.data[DOMAIN]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue