From 2ace9da7f6ccbffe43db97c9a8d60ae08ffebdd8 Mon Sep 17 00:00:00 2001 From: presslab-us Date: Wed, 15 Apr 2020 14:11:41 -0400 Subject: [PATCH] Add MQTT climate temperature_unit (#12844) --- source/_integrations/climate.mqtt.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/climate.mqtt.markdown b/source/_integrations/climate.mqtt.markdown index a07c1f6623f..4e41f93fe22 100644 --- a/source/_integrations/climate.mqtt.markdown +++ b/source/_integrations/climate.mqtt.markdown @@ -273,6 +273,10 @@ temperature_state_topic: description: The MQTT topic to subscribe for changes in the target temperature. If this is not set, the target temperature works in optimistic mode (see below). required: false type: string +temperature_unit: + description: Defines the temperature unit of the device, `C` or `F`. If this is not set, the temperature unit is set to the system temperature unit. + required: false + type: string temp_step: description: Step size for temperature set point. type: float