From 231e90df8cfbe7b74a0e3b0dc91e1b2c0d85969e Mon Sep 17 00:00:00 2001 From: Philip Rosenberg-Watt Date: Tue, 29 May 2018 18:31:42 -0600 Subject: [PATCH] Update documentation for MQTT climate device 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 958974869ac0..c9179e230b97 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 %}