mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
This reverts commit f56f4855d53b1aae6f7fa298b860235774589f19.
This commit is contained in:
parent
90dfcc6e68
commit
c45ef246b2
@ -32,7 +32,6 @@ Properties should always only return information from memory and not do I/O (lik
|
||||
| swing_modes | <code>list[str] | None</code> | **Required by SUPPORT_SWING_MODE** | Returns the list of available swing modes. |
|
||||
| target_humidity | <code>int | None</code> | `None` | The target humidity the device is trying to reach. |
|
||||
| target_temperature | <code>float | None</code> | `None` | The temperature currently set to be reached. |
|
||||
| target_temperature_step | <code>float | None</code> | `None` | The temperature step to increase or decreate the target temperature. |
|
||||
| target_temperature_high | <code>float | None</code> | **Required by TARGET_TEMPERATURE_RANGE** | The upper bound target temperature |
|
||||
| target_temperature_low | <code>float | None</code> | **Required by TARGET_TEMPERATURE_RANGE** | The lower bound target temperature |
|
||||
| target_temperature_step | <code>float | None</code> | `None` | The supported step size a target temperature can be increased or decreased |
|
||||
|
Loading…
x
Reference in New Issue
Block a user