mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Update asyncio_working_with_async.markdown
This commit is contained in:
parent
8d7811c7c4
commit
efc84dfec1
@ -56,7 +56,7 @@ def async_setup_platform(hass, config, async_add_entities,
|
||||
# Setup your platform inside of the event loop
|
||||
```
|
||||
|
||||
The only difference with the original parameters is that the add_entities function has been replaced by the coroutine `async_add_entities`.
|
||||
The only difference with the original parameters is that the add_entities function has been replaced by the async friendly callback `async_add_entities`.
|
||||
|
||||
## {% linkable_title Implementing an async entity %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user