mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix stale docstring in intent_script (#101270)
This commit is contained in:
@@ -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]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user