mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
replace broken blockquotes with italic (#10754)
This commit is contained in:
parent
10dd668fc5
commit
3758a4cf3a
@ -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.
|
||||
|
||||
|
@ -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/<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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user