From 3758a4cf3a5078ffbf819b8f2f6e957ddde3eadb Mon Sep 17 00:00:00 2001 From: Peter Nijssen Date: Sat, 12 Oct 2019 23:37:17 +0200 Subject: [PATCH] replace broken blockquotes with italic (#10754) --- source/_integrations/dialogflow.markdown | 20 ++++++++++---------- source/_integrations/snips.markdown | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/source/_integrations/dialogflow.markdown b/source/_integrations/dialogflow.markdown index dcbf52bcd44..39634189b37 100644 --- a/source/_integrations/dialogflow.markdown +++ b/source/_integrations/dialogflow.markdown @@ -15,17 +15,17 @@ Dialogflow could be [integrated](https://dialogflow.com/docs/integrations/) with Using Dialogflow will be easy to create conversations like: - > User: What is the temperature at home? - > - > Bot: The temperature is 34 degrees +_User: What is the temperature at home?_ - > User: Turn on the light - > - > Bot: In which room? - > - > User: In the kitchen - > - > Bot: Turning on kitchen light +_Bot: The temperature is 34 degrees_ + +_User: Turn on the light_ + +_Bot: In which room?_ + +_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. diff --git a/source/_integrations/snips.markdown b/source/_integrations/snips.markdown index 2abfa970b4c..ebcc67f9548 100644 --- a/source/_integrations/snips.markdown +++ b/source/_integrations/snips.markdown @@ -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 -> Hey Snips +_Hey Snips_ 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/` 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.