mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 16:04:55 +00:00
29 lines
744 B
YAML
29 lines
744 B
YAML
output:
|
|
- platform: ${light_platform}
|
|
id: rgbct_light_output_1
|
|
pin: ${pin1}
|
|
- platform: ${light_platform}
|
|
id: rgbct_light_output_2
|
|
pin: ${pin2}
|
|
- platform: ${light_platform}
|
|
id: rgbct_light_output_3
|
|
pin: ${pin3}
|
|
- platform: ${light_platform}
|
|
id: rgbct_light_output_4
|
|
pin: ${pin4}
|
|
- platform: ${light_platform}
|
|
id: rgbct_light_output_5
|
|
pin: ${pin5}
|
|
|
|
light:
|
|
- platform: rgbct
|
|
name: RGBCT Light
|
|
red: rgbct_light_output_1
|
|
green: rgbct_light_output_2
|
|
blue: rgbct_light_output_3
|
|
color_temperature: rgbct_light_output_4
|
|
white_brightness: rgbct_light_output_5
|
|
cold_white_color_temperature: 153 mireds
|
|
warm_white_color_temperature: 500 mireds
|
|
color_interlock: true
|