From 5f8f277fb550855537c8699162b8340b41a8002d Mon Sep 17 00:00:00 2001 From: LG-ThinQ-Integration Date: Sat, 22 Feb 2025 08:50:08 +0900 Subject: [PATCH] Add target_temperature_step to water_heater (#2575) --- docs/core/entity/water-heater.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/entity/water-heater.md b/docs/core/entity/water-heater.md index f8dd08a4..179908ae 100644 --- a/docs/core/entity/water-heater.md +++ b/docs/core/entity/water-heater.md @@ -19,6 +19,7 @@ Properties should always only return information from memory and not do I/O (lik | `target_temperature` | `float` | `None` | The temperature we are trying to reach. | `target_temperature_high` | `float` | `None` | Upper bound of the temperature we are trying to reach. | `target_temperature_low` | `float` | `None` | Lower bound of the temperature we are trying to reach. +| `target_temperature_step` | `float` | `None` | The supported step size a target temperature can be increased or decreased. | `temperature_unit` | `str` | `NotImplementedError` | One of `TEMP_CELSIUS`, `TEMP_FAHRENHEIT`, or `TEMP_KELVIN`. | `current_operation` | `string` | `None` | The current operation mode. | `operation_list` | `List[str]` | `None` | List of possible operation modes.