diff --git a/docs/core/entity/humidifier.md b/docs/core/entity/humidifier.md index 222a129e..0a7ba981 100644 --- a/docs/core/entity/humidifier.md +++ b/docs/core/entity/humidifier.md @@ -14,6 +14,7 @@ Properties should always only return information from memory and not do I/O (lik | Name | Type | Default | Description | | ----------------------- | ------ | ------------------------------------------------- | ----------------------------------------------------------------------------------------- | | target_humidity | int | `None` | The target humidity the device is trying to reach. | +| current_humidity | int | `None` | The current humidity measured by the device. | | max_humidity | int | `DEFAULT_MAX_HUMIDITY` (value == 100) | Returns the maximum humidity. | | min_humidity | int | `DEFAULT_MIN_HUMIDITY` (value == 0) | Returns the minimum humidity. | | mode | string | `NotImplementedError()` | The current active preset. Requires `SUPPORT_MODES`. |