mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 23:03:46 +01:00
Merge remote-tracking branch 'upstream/dev' into common_bus_grouping
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
substitutions:
|
||||
gate_pin: GPIO5
|
||||
zero_cross_pin: GPIO4
|
||||
|
||||
<<: !include common.yaml
|
@@ -1 +0,0 @@
|
||||
<<: !include common.yaml
|
@@ -1,7 +0,0 @@
|
||||
substitutions:
|
||||
request_pin: GPIO6
|
||||
|
||||
packages:
|
||||
uart: !include ../../test_build_components/common/uart/esp32-c3-ard.yaml
|
||||
|
||||
<<: !include common.yaml
|
@@ -1 +0,0 @@
|
||||
<<: !include common.yaml
|
@@ -1,4 +0,0 @@
|
||||
substitutions:
|
||||
pin: GPIO2
|
||||
|
||||
<<: !include common.yaml
|
@@ -1,4 +0,0 @@
|
||||
packages:
|
||||
i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml
|
||||
|
||||
<<: !include common.yaml
|
@@ -1,7 +0,0 @@
|
||||
substitutions:
|
||||
pin: GPIO2
|
||||
|
||||
packages:
|
||||
uart: !include ../../test_build_components/common/uart/esp32-c3-ard.yaml
|
||||
|
||||
<<: !include common.yaml
|
@@ -1,19 +0,0 @@
|
||||
light:
|
||||
- platform: neopixelbus
|
||||
id: addr3
|
||||
name: Neopixelbus Light
|
||||
gamma_correct: 2.8
|
||||
color_correct: [0.0, 0.0, 0.0, 0.0]
|
||||
default_transition_length: 10s
|
||||
effects:
|
||||
- addressable_flicker:
|
||||
name: Flicker Effect With Custom Values
|
||||
update_interval: 16ms
|
||||
intensity: 5%
|
||||
type: GRBW
|
||||
variant: SK6812
|
||||
method:
|
||||
type: esp32_rmt
|
||||
channel: 0
|
||||
num_leds: 5
|
||||
pin: 4
|
@@ -1,10 +0,0 @@
|
||||
substitutions:
|
||||
i2s_bclk_pin: GPIO7
|
||||
i2s_lrclk_pin: GPIO6
|
||||
i2s_mclk_pin: GPIO9
|
||||
i2s_dout_pin: GPIO8
|
||||
|
||||
packages:
|
||||
i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml
|
||||
|
||||
<<: !include common-audio_dac.yaml
|
@@ -1,12 +0,0 @@
|
||||
substitutions:
|
||||
scl_pin: GPIO5
|
||||
sda_pin: GPIO4
|
||||
i2s_bclk_pin: GPIO7
|
||||
i2s_lrclk_pin: GPIO6
|
||||
i2s_mclk_pin: GPIO9
|
||||
i2s_dout_pin: GPIO8
|
||||
|
||||
packages:
|
||||
i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml
|
||||
|
||||
<<: !include common.yaml
|
@@ -1,6 +0,0 @@
|
||||
substitutions:
|
||||
clk_pin: GPIO6
|
||||
mosi_pin: GPIO7
|
||||
miso_pin: GPIO5
|
||||
|
||||
<<: !include common.yaml
|
@@ -1,16 +0,0 @@
|
||||
wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
wled:
|
||||
|
||||
light:
|
||||
- platform: esp32_rmt_led_strip
|
||||
id: led_matrix_32x8
|
||||
default_transition_length: 500ms
|
||||
chipset: ws2812
|
||||
rgb_order: GRB
|
||||
num_leds: 256
|
||||
pin: 2
|
||||
effects:
|
||||
- wled:
|
Reference in New Issue
Block a user