From 4db3cab48c411a53b1ba426ae46fc31382347ffe Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 6 Jun 2023 08:34:28 +0200 Subject: [PATCH] Default mqtt climate initial, min_temp, max_temp (#27628) --- source/_integrations/climate.mqtt.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/_integrations/climate.mqtt.markdown b/source/_integrations/climate.mqtt.markdown index 4039b5e0688..ae2c70dacba 100644 --- a/source/_integrations/climate.mqtt.markdown +++ b/source/_integrations/climate.mqtt.markdown @@ -181,10 +181,9 @@ fan_modes: default: ['auto', 'low', 'medium', 'high'] type: list initial: - description: Set the initial target temperature. + description: Set the initial target temperature. The default value depends on the temperature unit and will be 21° or 69.8°F. required: false type: integer - default: 21 icon: description: "[Icon](/docs/configuration/customizing-devices/#icon) for the entity." required: false @@ -203,7 +202,7 @@ max_humidity: type: integer default: 99 max_temp: - description: Maximum set point available. + description: Maximum set point available. The default value depends on the temperature unit, and will be 35°C or 95°F. type: float required: false min_humidity: @@ -212,7 +211,7 @@ min_humidity: type: integer default: 30 min_temp: - description: Minimum set point available. + description: Minimum set point available. The default value depends on the temperature unit, and will be 7°C or 44.6°F. type: float required: false mode_command_template: