Skip to content

Instantly share code, notes, and snippets.

@zaxbux
Created October 5, 2023 07:45
Show Gist options
  • Save zaxbux/ec2fbe986b201713f7327e8c889906c7 to your computer and use it in GitHub Desktop.
Save zaxbux/ec2fbe986b201713f7327e8c889906c7 to your computer and use it in GitHub Desktop.
ESP32-C6-DevKitC-1

Addressable RGB LED

light:
  - platform: esp32_rmt_led_strip
    id: led_gpio8
    name: "${friendly_name} Light"
    pin: GPIO8
    num_leds: 1
    rmt_channel: 0
    rgb_order: RBG
    chipset: ws2812
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment