diff --git a/docs/core/entity/conversation.md b/docs/core/entity/conversation.md index 440764ab..7868f263 100644 --- a/docs/core/entity/conversation.md +++ b/docs/core/entity/conversation.md @@ -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