mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 18:06:29 +00:00
Correct /api/intent/handle endpoint route, add intent:
hint (#1305)
This commit is contained in:
parent
cae565b4a4
commit
510d7c38d5
@ -647,10 +647,12 @@ If the check fails, the errors attribute in the object will list what caused the
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
<ApiEndpoint path="/api/intent/handling" method="post">
|
||||
<ApiEndpoint path="/api/intent/handle" method="post">
|
||||
|
||||
Handle an intent.
|
||||
|
||||
You must add `intent:` to your `configuration.yaml` to enable this endpoint.
|
||||
|
||||
Sample `curl` command:
|
||||
|
||||
```shell
|
||||
|
Loading…
x
Reference in New Issue
Block a user