Fix Markdown

This commit is contained in:
Fabian Affolter 2017-08-25 15:12:42 +02:00
parent bbcaf1c8f5
commit cc44067d07
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -56,7 +56,7 @@ def async_setup_platform(hass, config, async_add_entities,
# Setup your platform inside of the event loop # 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 async friendly callback `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 %} ## {% linkable_title Implementing an async entity %}