mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 19:06:30 +00:00
Add EntityFeature enum to Water Heater (#1277)
This commit is contained in:
parent
6b81f30c6c
commit
c2bd387b45
@ -43,11 +43,14 @@ Properties have to follow the units defined in the `temperature_unit`.
|
|||||||
|
|
||||||
## Supported Features
|
## Supported Features
|
||||||
|
|
||||||
| Feature | Description
|
Supported features are defined by using values in the `WaterHeaterEntityFeature` enum
|
||||||
| ---------------------------- | -----------
|
and are combined using the bitwise or (`|`) operator.
|
||||||
| `SUPPORT_TARGET_TEMPERATURE` | Temperature can be set
|
|
||||||
| `SUPPORT_OPERATION_MODE` | Operation mode can be set
|
| Value | Description |
|
||||||
| `SUPPORT_AWAY_MODE` | Away mode can be set
|
| -------------------- | ------------------------- |
|
||||||
|
| `TARGET_TEMPERATURE` | Temperature can be set |
|
||||||
|
| `OPERATION_MODE` | Operation mode can be set |
|
||||||
|
| `AWAY_MODE` | Away mode can be set |
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user