mirror of
https://github.com/esphome/esphome.git
synced 2026-05-28 04:55:48 +08:00
Add some components to the new testing framework (L) (#6195)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- output.ledc.set_frequency:
|
||||
id: test_ledc
|
||||
frequency: 100Hz
|
||||
|
||||
output:
|
||||
- platform: ledc
|
||||
id: test_ledc
|
||||
pin: 4
|
||||
@@ -0,0 +1,11 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- output.ledc.set_frequency:
|
||||
id: test_ledc
|
||||
frequency: 100Hz
|
||||
|
||||
output:
|
||||
- platform: ledc
|
||||
id: test_ledc
|
||||
pin: 4
|
||||
@@ -0,0 +1,11 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- output.ledc.set_frequency:
|
||||
id: test_ledc
|
||||
frequency: 100Hz
|
||||
|
||||
output:
|
||||
- platform: ledc
|
||||
id: test_ledc
|
||||
pin: 4
|
||||
@@ -0,0 +1,11 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- output.ledc.set_frequency:
|
||||
id: test_ledc
|
||||
frequency: 100Hz
|
||||
|
||||
output:
|
||||
- platform: ledc
|
||||
id: test_ledc
|
||||
pin: 4
|
||||
Reference in New Issue
Block a user