Fix stale docstring in intent_script (#101270)

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

View file

@ -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]