From 9747e9afa266acde0c83b04d77d00c963612ff3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20K=C3=B6ck?= Date: Wed, 6 Nov 2019 13:51:11 +0100 Subject: [PATCH] fix missing climate temperature_low/high_state_tpl (#11072) --- source/_integrations/climate.mqtt.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/climate.mqtt.markdown b/source/_integrations/climate.mqtt.markdown index 13695adc756..4242674bfc2 100644 --- a/source/_integrations/climate.mqtt.markdown +++ b/source/_integrations/climate.mqtt.markdown @@ -149,6 +149,10 @@ temperature_low_state_topic: description: The MQTT topic to subscribe for changes in the target low temperature. If this is not set, the target low temperature works in optimistic mode (see below). required: false type: string +temperature_low_state_template: + description: A template to render the value received on the `temperature_low_state_topic` with. + required: false + type: template temperature_high_command_topic: description: The MQTT topic to publish commands to change the high target temperature. required: false @@ -157,6 +161,10 @@ temperature_high_state_topic: description: The MQTT topic to subscribe for changes in the target high temperature. If this is not set, the target high temperature works in optimistic mode (see below). required: false type: string +temperature_high_state_template: + description: A template to render the value received on the `temperature_high_state_topic` with. + required: false + type: template precision: description: The desired precision for this device. Can be used to match your actual thermostat's precision. Supported values are `0.1`, `0.5` and `1.0`. required: false