From 6b1f723d29a8ed3b7f928877b0b0b6e2bbe0c6ff Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Fri, 18 May 2018 11:59:19 -0300 Subject: [PATCH] Update light.knx.markdown Since the pull request #12411 the color is supported in KNX Light. This solves issue #5385 (KNX Light : documentation not accurate ) --- source/_components/light.knx.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/light.knx.markdown b/source/_components/light.knx.markdown index b3cf614a1c9..5587f134ecc 100644 --- a/source/_components/light.knx.markdown +++ b/source/_components/light.knx.markdown @@ -36,6 +36,7 @@ Configuration variables: - **brightness_address** (Optional): KNX group address for dimming light. - **state_address** (*Optional*): separate KNX group address for retrieving the switch state of the light. - **brightness_state_address** (*Optional*): separate KNX group address for retrieving the dimmed state of the light. +- **color_address** (*Optional*): separate KNX group address for setting the color of the light. Some KNX devices can change their state internally without any messages on the KNX bus, e.g., if you configure a timer on a channel. The optional `state_address` can be used to inform Home Assistant about these state changes. If a KNX message is seen on the bus addressed to the given state address, this will overwrite the state of the switch object. For switching/light actuators that are only controlled by a single group address and can't change their state internally, you don't have to configure the state address.