Document conversation supported feature (#2237)

This commit is contained in:
Paulus Schoutsen 2024-07-04 19:51:27 +02:00 committed by GitHub
parent 82ade708de
commit cfeaa324de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,15 @@ Properties should always only return information from memory and not do I/O (lik
| ---- | ---- | ------- | -----------
| supported_languages | `list[str]` \| `Literal["*"]` | **Required** | The supported languages of the service. Return `"*"` if you support all.
## Supported features
Supported features are defined by using values in the `ConversationEntityFeature` enum
and are combined using the bitwise or (`|`) operator.
| Value | Description
| -------------------------- | -------------------------------------------------------------------------------------------
| `CONTROL` | The entity is able to control Home Assistant.
## Methods
### Process