mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-30 16:27:16 +00:00
Document conversation supported feature (#2237)
This commit is contained in:
parent
82ade708de
commit
cfeaa324de
@ -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_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
|
## Methods
|
||||||
|
|
||||||
### Process
|
### Process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user