Add missing words in entity service documentation (#2300)

This commit is contained in:
Erik Montnemery 2024-09-02 11:05:15 +02:00 committed by GitHub
parent 1183c4f92e
commit 268ef66481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):