From c6fb1434b312e16e821bc9ef3ab5b570ea90aab3 Mon Sep 17 00:00:00 2001 From: Philip Rosenberg-Watt Date: Thu, 21 Jun 2018 15:21:25 -0400 Subject: [PATCH] Update documentation for MQTT climate device (#5455) Now optionally supports `min_temp` and `max_temp`. --- source/_components/climate.mqtt.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/climate.mqtt.markdown b/source/_components/climate.mqtt.markdown index 958974869ac..c9179e230b9 100644 --- a/source/_components/climate.mqtt.markdown +++ b/source/_components/climate.mqtt.markdown @@ -174,6 +174,14 @@ aux_state_template: description: A template to render the value received on the `aux_state_topic` with. required: false type: template +min_temp: + description: Minimum set point available + type: number + required: false +max_temp: + description: Maximum set point available + type: number + required: false {% endconfiguration %} #### {% linkable_title Optimistic mode %}