mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 11:25:35 +00:00
19 lines
387 B
YAML
19 lines
387 B
YAML
output:
|
|
- platform: ${light_platform}
|
|
id: rgb_light_output_1
|
|
pin: ${pin1}
|
|
- platform: ${light_platform}
|
|
id: rgb_light_output_2
|
|
pin: ${pin2}
|
|
- platform: ${light_platform}
|
|
id: rgb_light_output_3
|
|
pin: ${pin3}
|
|
|
|
light:
|
|
- platform: rgb
|
|
name: RGB Light
|
|
id: rgb_light
|
|
red: rgb_light_output_1
|
|
green: rgb_light_output_2
|
|
blue: rgb_light_output_3
|