Revert "Document target_temperature_step for climate (#2001)" (#2003)

This reverts commit f56f4855d53b1aae6f7fa298b860235774589f19.
This commit is contained in:
Jan Bouwhuis 2023-12-08 08:54:41 +01:00 committed by GitHub
parent 90dfcc6e68
commit c45ef246b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,6 @@ Properties should always only return information from memory and not do I/O (lik
| swing_modes | <code>list[str] &#124; None</code> | **Required by SUPPORT_SWING_MODE** | Returns the list of available swing modes. |
| target_humidity | <code>int &#124; None</code> | `None` | The target humidity the device is trying to reach. |
| target_temperature | <code>float &#124; None</code> | `None` | The temperature currently set to be reached. |
| target_temperature_step | <code>float &#124; None</code> | `None` | The temperature step to increase or decreate the target temperature. |
| target_temperature_high | <code>float &#124; None</code> | **Required by TARGET_TEMPERATURE_RANGE** | The upper bound target temperature |
| target_temperature_low | <code>float &#124; None</code> | **Required by TARGET_TEMPERATURE_RANGE** | The lower bound target temperature |
| target_temperature_step | <code>float &#124; None</code> | `None` | The supported step size a target temperature can be increased or decreased |