From b6ccdcfeacba9aa03ab690c1e54f7c538888f817 Mon Sep 17 00:00:00 2001 From: KNXBroker Date: Sat, 26 Dec 2020 14:59:45 +0100 Subject: [PATCH] Correction of setpoint_shift_mode description (#16010) Co-authored-by: Franck Nijhof --- source/_integrations/knx.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 636e0ab7674..ddb1100f107 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -490,15 +490,15 @@ target_temperature_state_address: required: true type: string setpoint_shift_address: - description: KNX address for setpoint_shift. *DPT 6.010 or 9.001 based on setpoint_shift_mode* + description: KNX address for setpoint_shift. *DPT 6.010 or DPT 9.002 based on setpoint_shift_mode* required: false type: string setpoint_shift_state_address: - description: KNX address for reading setpoint_shift. *DPT 6.010 or 9.001 based on setpoint_shift_mode* + description: KNX address for reading setpoint_shift. *DPT 6.010 or DPT 9.002 based on setpoint_shift_mode* required: false type: string setpoint_shift_mode: - description: Defines the internal device DPT used. + description: Defines the internal device DPT used. Either 'DPT6010' or 'DPT9002'. required: false default: 0.5 type: string