diff --git a/docs/dev_101_services.md b/docs/dev_101_services.md index 3e9df2f3..658752e9 100644 --- a/docs/dev_101_services.md +++ b/docs/dev_101_services.md @@ -254,7 +254,7 @@ async def async_setup_entry(hass, entry): ) ``` -If you need more control over the service action call, you can also pass an async function that instead of `"set_sleep_timer"`: +If you need more control over the service action call, you can also pass an async function that will be called instead of `"set_sleep_timer"`: ```python async def custom_set_sleep_timer(entity, service_call):