replace broken blockquotes with italic (#10754)

This commit is contained in:
Peter Nijssen 2019-10-12 23:37:17 +02:00 committed by Franck Nijhof
parent 10dd668fc5
commit 3758a4cf3a
2 changed files with 12 additions and 12 deletions

View File

@ -15,17 +15,17 @@ Dialogflow could be [integrated](https://dialogflow.com/docs/integrations/) with
Using Dialogflow will be easy to create conversations like: Using Dialogflow will be easy to create conversations like:
> User: What is the temperature at home? _User: What is the temperature at home?_
>
> Bot: The temperature is 34 degrees
> User: Turn on the light _Bot: The temperature is 34 degrees_
>
> Bot: In which room? _User: Turn on the light_
>
> User: In the kitchen _Bot: In which room?_
>
> Bot: Turning on kitchen light _User: In the kitchen_
_Bot: Turning on kitchen light_
To use this integration, you should define a conversation (intent) in Dialogflow, configure Home Assistant with the speech to return and, optionally, the action to execute. To use this integration, you should define a conversation (intent) in Dialogflow, configure Home Assistant with the speech to return and, optionally, the action to execute.

View File

@ -81,11 +81,11 @@ sudo systemctl start "snips-*"
Snips is now ready to take voice commands from the microphone. To trigger the listening, simply say Snips is now ready to take voice commands from the microphone. To trigger the listening, simply say
> Hey Snips _Hey Snips_
followed by a command, e.g. followed by a command, e.g.
> Set the lights to green in the living room _Set the lights to green in the living room_
As the Snips Platform parses this query into an intent, it will be published on MQTT, on the `hermes/intent/<intentName>` topic. The Snips Home Assistant integration subscribes to this topic, and handles the intent according to the rules defined in `configuration.yaml` file, as explained below. As the Snips Platform parses this query into an intent, it will be published on MQTT, on the `hermes/intent/<intentName>` topic. The Snips Home Assistant integration subscribes to this topic, and handles the intent according to the rules defined in `configuration.yaml` file, as explained below.