Skip to content

muxa/esphome-wled-output

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ESPHome WLED Output

Control external WLED from ESPHome.

Work in Progress (esphome/feature-requests#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.

About

Control external WLED from ESPHome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published