From 54ba22457e135e78d7bfc39805876018e44cf433 Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Mon, 28 Nov 2022 20:48:34 +0100 Subject: [PATCH] KNX climate setpoint_shift fix (#25082) --- source/_integrations/knx.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index d19917800b5..e775df4a87f 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -586,7 +586,7 @@ knx: `setpoint_shift_mode` allows the two following DPTs to be used: -- DPT6002 (for 1 byte signed integer) +- DPT6010 (for 1 byte signed integer with scale factor) - DPT9002 (for 2 byte float) Example: @@ -641,7 +641,7 @@ temperature_address: required: true type: [string, list] temperature_step: - description: Defines the step size in Kelvin for each step of setpoint_shift. + description: Defines the step size in Kelvin for each step of setpoint_shift (scale factor). For non setpoint-shift configurations this is used to set the step of temperature sliders in UI. required: false type: float default: 0.1