From d823f71cdef46d51516db177a8d2e64db7f60647 Mon Sep 17 00:00:00 2001 From: tombbo <53979375+tombbo@users.noreply.github.com> Date: Tue, 22 Oct 2019 02:38:41 +0200 Subject: [PATCH] Update climate.knx.markdown (#10126) * Update climate.knx.markdown Some KNX Room controllers (RCD 20xx, 2178) have inverted power ON/OFF value. ON means disable controller, OFF means enable controller. * Update climate.knx.markdown Add default value to new param on_off_inverted. * Parameter name changed to on_off_invert. --- source/_integrations/climate.knx.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/climate.knx.markdown b/source/_integrations/climate.knx.markdown index c6612ca868f..2fd5dc2cf48 100644 --- a/source/_integrations/climate.knx.markdown +++ b/source/_integrations/climate.knx.markdown @@ -172,6 +172,11 @@ on_off_address: description: KNX address for switching the climate device on/off. required: false type: string +on_off_invert: + description: Value for switching the climate device on/off is inverted. + required: false + default: false + type: boolean on_off_state_address: description: KNX address for gathering the current state (on/off) of the climate device. required: false