muxa / esphome-wled-output

Control external WLED from ESPHome
5 stars 1 forks source link

ESPHome WLED Output

Control external WLED from ESPHome.

Work in Progress (https://github.com/esphome/feature-requests/issues/1493)

Install

external_components:
  - source:
      type: git
      url: https://github.com/muxa/esphome-wled-output

Usage

light:

  - platform: wled_output
    address: 192.168.1.123
    num_leds: 100
    name: "WLED Output"
    effects:
      - addressable_twinkle:
      - addressable_rainbow:
      - addressable_color_wipe:

This will allow controlling a WLED device from a ESPHome node, e.g. apply custom effects.