From 268ef66481499ea87f474181142f9c451805e5fc Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 2 Sep 2024 11:05:15 +0200 Subject: [PATCH] Add missing words in entity service documentation (#2300) --- docs/dev_101_services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):