From cfeaa324de34b6159b7966f0c528d2921d2dcc6b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 4 Jul 2024 19:51:27 +0200 Subject: [PATCH] Document conversation supported feature (#2237) --- docs/core/entity/conversation.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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