mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix stale docstring in intent_script (#101270)
This commit is contained in:
parent
f72f95549c
commit
b5f71f9ec7
@ -64,7 +64,7 @@ CONFIG_SCHEMA = vol.Schema(
|
|||||||
|
|
||||||
|
|
||||||
async def async_reload(hass: HomeAssistant, service_call: ServiceCall) -> None:
|
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)
|
new_config = await async_integration_yaml_config(hass, DOMAIN)
|
||||||
existing_intents = hass.data[DOMAIN]
|
existing_intents = hass.data[DOMAIN]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user