From 98e5def58839b278facce9e73e12f90400db81b6 Mon Sep 17 00:00:00 2001 From: definitio <37266727+definitio@users.noreply.github.com> Date: Thu, 3 Oct 2019 00:03:21 +0400 Subject: [PATCH] Add docs for mqtt action topic (#10563) --- source/_integrations/climate.mqtt.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/climate.mqtt.markdown b/source/_integrations/climate.mqtt.markdown index dbc52d9f104..98194bb63b9 100644 --- a/source/_integrations/climate.mqtt.markdown +++ b/source/_integrations/climate.mqtt.markdown @@ -94,6 +94,16 @@ power_command_topic: description: The MQTT topic to publish commands to change the power state. This is useful if your device has a separate power toggle in addition to mode. required: false type: string +action_topic: + description: >- + The MQTT topic to subscribe for changes of the current action. If this is set, the climate graph uses the value received as data source. + Valid values: `off`, `heating`, `cooling`, `drying`, `idle`, `fan`. + required: false + type: string +action_template: + description: A template to render the value received on the `action_topic` with. + required: false + type: template mode_command_topic: description: The MQTT topic to publish commands to change the HVAC operation mode. required: false