Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 362 Bytes

ESPhome LED Effects Selection

Effects Selection for ESPhome addressable Lights like WS2812 with lambdas

Including effect in configuration

light:
  - platform: [some addressable LED]
    ...
    effects:
      - !include esphome_led_effects/effects/[fxname].yaml

Adding new effects

If you created some nice effect, simply open a pull request.