Monochromatic Light¶
The monochromatic
light platform creates a simple brightness-only light from an
float output component.

Example of a brightness-only LED strip that can be used with this component.¶

# Example configuration entry
light:
- platform: monochromatic
name: "Kitchen Lights"
output: output_component1
# Example output entry
output:
- platform: esp8266_pwm
id: output_component1
pin: D1
Configuration variables:¶
name (Required, string): The name of the light.
output (Required, ID): The id of the float Output Component to use for this light.
effects (Optional, list): A list of light effects to use for this light.
id (Optional, ID): Manually specify the ID used for code generation.
All other options from Light.
See Also¶
