mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
9438316e54
commit
d823f71cde
@ -172,6 +172,11 @@ on_off_address:
|
|||||||
description: KNX address for switching the climate device on/off.
|
description: KNX address for switching the climate device on/off.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
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:
|
on_off_state_address:
|
||||||
description: KNX address for gathering the current state (on/off) of the climate device.
|
description: KNX address for gathering the current state (on/off) of the climate device.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user