Skip to content

Commit

Permalink
Merge pull request #325 from kylegordon/e131
Browse files Browse the repository at this point in the history
E1.31 and/or WLED support
  • Loading branch information
kylegordon committed Nov 29, 2022
2 parents 2b51fa3 + 5ab4521 commit 2f3b024
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions esphome/common/sense_gloworb_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ output:
pin: D4
inverted: true

e131:
method: multicast # default: register E1.31 to Multicast group

wled:

light:
# ... and then make a light out of it.
- platform: monochromatic
Expand All @@ -39,8 +44,21 @@ light:
num_leds: 12
name: "${friendly_name} Ring"
effects:
- e131:
universe: 1
channels: RGB
- wled:
- strobe:
- flicker:
- pulse:
- pulse:
name: "Fast Pulse"
transition_length: 0.5s
update_interval: 0.5s
- pulse:
name: "Slow Pulse"
# transition_length: 1s # defaults to 1s
update_interval: 2s
- addressable_rainbow:
- addressable_color_wipe:
- addressable_scan:
Expand Down

0 comments on commit 2f3b024

Please sign in to comment.