From faf7c88c53bec73b547990fadb67c28afe80c566 Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Tue, 1 Jun 2021 09:45:13 +0200 Subject: [PATCH] KNX: Support for XY-color lights (#18036) --- source/_integrations/knx.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 8d2407810ca..63155ba34ff 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -894,6 +894,14 @@ rgbw_state_address: description: KNX group address for retrieving the RGBW color of the light. *DPT 251.600* required: false type: [string, list] +xyy_address: + description: KNX group address for setting the xyY color of the light. *DPT 242.600* + required: false + type: [string, list] +xyy_state_address: + description: KNX group address for retrieving the xyY color of the light. *DPT 242.600* + required: false + type: [string, list] individual_colors: description: Used when the actuator only supports individual group addresses for colors. When `individual_colors` is used the root `address` key may be omitted. required: false