Update intent_conversation.md

This commit is contained in:
Paulus Schoutsen 2018-05-18 10:26:31 -04:00 committed by GitHub
parent b23fdda794
commit 20285e9185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,7 @@ As a component, you can register sentences with the conversation component to al
Example code:
```python
@asyncio.coroutine
def async_setup(hass, config):
async def async_setup(hass, config):
hass.components.conversation.async_register('MyCoolIntent', [
'I think that {object} is very cool',
'Nothing is cooler than {object}'