mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
Add EntityFeature enum to Remote (#1275)
This commit is contained in:
parent
6c2b4f3da4
commit
69c31d515e
@ -22,11 +22,14 @@ An activity is a predefined activity or macro that puts the remote in a specific
|
||||
|
||||
## Supported Features
|
||||
|
||||
| Constant | Description
|
||||
| -------- | -----------
|
||||
| `SUPPORT_LEARN_COMMAND` | Entity allows learning commands from devices.
|
||||
| `SUPPORT_DELETE_COMMAND` | Entity allows deleting commands from devices.
|
||||
| `SUPPORT_ACTIVITY` | Entity supports activities.
|
||||
Supported features are defined by using values in the `RemoteEntityFeature` enum
|
||||
and are combined using the bitwise or (`|`) operator.
|
||||
|
||||
| Value | Description |
|
||||
| ---------------- | --------------------------------------------- |
|
||||
| `LEARN_COMMAND` | Entity allows learning commands from devices. |
|
||||
| `DELETE_COMMAND` | Entity allows deleting commands from devices. |
|
||||
| `ACTIVITY` | Entity supports activities. |
|
||||
|
||||
## Methods
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user