Assist troubleshooting: add step how to use alias (#30155)

This commit is contained in:
c0ffeeca7 2023-12-04 21:07:21 +01:00 committed by GitHub
parent 7f03097753
commit 2cbee6317c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -82,5 +82,9 @@ The example below shows common pitfalls when enquiring about the weather. While
- To view the entity name, check the list under {% my entities title="**Settings** > **Devices & services** > **Entities**" %}.
- For example, if the entity is called *Forecast Berlin*, you have to say "What is the weather in forecast Berlin like".
- Assist would not recognize it if you ask "What is the weather in Berlin like".
5. If you just ask "What is the weather" when you have weather forecast entities for multiple entities, Assist returns the weather data for the one with the oldest timestamp.
- If you want to use Berlin instead of *Forecast Berlin*, you can create an entity name alias.
- You can create as many aliases as you like.
![Create alias for entity name](/images/assist/assist_create_alias.png)
5. If you just ask "What is the weather" when you have forecast entities for multiple entities, Assist always returns the data for the place that was first added. Currently, there is no way to change that.