light-mixin

Binary Light

Configuration parameters

  • name: The name of the light component.

Monochromatic Light

_images/monochromatic-strip.jpg

Configuration parameters

  • name: The name of the light component.

RGBW Light

Configuration parameters

  • name: The name of the light component.

Neopixelbus Light

_images/led-strip.png

It is very similar to the FastLED Light platform. In fact most addressable lights are supported through both light platforms. This integration uses the NeoPixelBus library internally.

Configuration parameters

  • name: (required) The name of the light.
  • num_leds: (required, int) The number of LEDs attached.

FastLED Light

_images/led-strip.png

More information

Configuration parameters

  • name: (required) The name of the light.
  • num_leds: (required, int) The number of LEDs attached.