mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
KNX: Support for XY-color lights (#18036)
This commit is contained in:
parent
b855f8d2f8
commit
faf7c88c53
@ -894,6 +894,14 @@ rgbw_state_address:
|
|||||||
description: KNX group address for retrieving the RGBW color of the light. *DPT 251.600*
|
description: KNX group address for retrieving the RGBW color of the light. *DPT 251.600*
|
||||||
required: false
|
required: false
|
||||||
type: [string, list]
|
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:
|
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.
|
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
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user