mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
Swicth CEC to esp-idf and rmt
This commit is contained in:
@@ -10,8 +10,8 @@ esphome:
|
|||||||
esp32:
|
esp32:
|
||||||
board: m5stack-atom
|
board: m5stack-atom
|
||||||
framework:
|
framework:
|
||||||
type: arduino
|
# type: arduino
|
||||||
# type: esp-idf
|
type: esp-idf
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
# - source: github://pr#3017
|
# - source: github://pr#3017
|
||||||
@@ -61,13 +61,14 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
light:
|
light:
|
||||||
- platform: neopixelbus
|
- platform: esp32_rmt_led_strip
|
||||||
type: GRB
|
|
||||||
pin: 27
|
|
||||||
variant: WS2812
|
|
||||||
num_leds: 1
|
|
||||||
name: "${name} LED"
|
name: "${name} LED"
|
||||||
id: neo
|
id: led
|
||||||
|
rgb_order: GRB
|
||||||
|
pin: 27
|
||||||
|
num_leds: 1
|
||||||
|
chipset: ws2812
|
||||||
|
restore_mode: ALWAYS_OFF
|
||||||
effects:
|
effects:
|
||||||
# Use default parameters:
|
# Use default parameters:
|
||||||
- random:
|
- random:
|
||||||
|
|||||||
Reference in New Issue
Block a user