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.
This commit is contained in:
tombbo 2019-10-22 02:38:41 +02:00 committed by Franck Nijhof
parent 9438316e54
commit d823f71cde

View File

@ -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