From 92c39e3f8b3551d656be7e15c2c3936b97a93489 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 9 Apr 2019 14:52:04 +0200 Subject: [PATCH] Add MQTT climate split target temperature (#9174) --- source/_components/climate.mqtt.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/_components/climate.mqtt.markdown b/source/_components/climate.mqtt.markdown index fd34fb43702..6a33821148b 100644 --- a/source/_components/climate.mqtt.markdown +++ b/source/_components/climate.mqtt.markdown @@ -128,6 +128,22 @@ temperature_state_template: description: A template to render the value received on the `temperature_state_topic` with. required: false type: template +temperature_low_command_topic: + description: The MQTT topic to publish commands to change the target low temperature. + required: false + type: string +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_high_command_topic: + description: The MQTT topic to publish commands to change the high target temperature. + required: false + type: string +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 fan_mode_command_topic: description: The MQTT topic to publish commands to change the fan mode. required: false