Add documentation on Assist in developer tools (#28132)

* Added documentation on Assist in developer tools.

* tiny tweaks

* Moved Assist section to the bottom in the same order as developer tools.

Change resulted from conflict merge resolution.

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Danny Tsang 2023-07-11 18:06:49 +01:00 committed by GitHub
parent eaa3fb7033
commit 01d9e2d109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -126,3 +126,16 @@ Another use of the {% my developer_statistics title="statistics developer tool"
icon. Use date & time to search for the incorrect data point and adjust the value.
![Screenshot showing adjusting the long-term statistic history value](/images/blog/2022-04/adjust-statistics.png)
## Assist
The **Assist** tab lets you see how Home Assistant's Assist processes a sentence.
If no matching intent is found, then Assist is unable to interpret the sentence. If a matching intent was found, information is provided on the action that will be performed on which entities. The example below shows how the following sentence was parsed: *what lights are on in the office*.
- Assist found a matching intent: *HassGetState*.
- It found entities matching the domain: *lights*.
- The lights have the state *on*.
- The lights are in the area *office*.
- The targets are the narrowed-down entities in scope.
![Example use of assist developer tools](/images/docs/developer-tools/Assist.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB