mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
Consolidate test files where all tests are identical (#6690)
This commit is contained in:
11
tests/components/ledc/common.yaml
Normal file
11
tests/components/ledc/common.yaml
Normal file
@@ -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
|
@@ -1,11 +1 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- output.ledc.set_frequency:
|
||||
id: test_ledc
|
||||
frequency: 100Hz
|
||||
|
||||
output:
|
||||
- platform: ledc
|
||||
id: test_ledc
|
||||
pin: 4
|
||||
<<: !include common.yaml
|
||||
|
@@ -1,11 +1 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- output.ledc.set_frequency:
|
||||
id: test_ledc
|
||||
frequency: 100Hz
|
||||
|
||||
output:
|
||||
- platform: ledc
|
||||
id: test_ledc
|
||||
pin: 4
|
||||
<<: !include common.yaml
|
||||
|
@@ -1,11 +1 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- output.ledc.set_frequency:
|
||||
id: test_ledc
|
||||
frequency: 100Hz
|
||||
|
||||
output:
|
||||
- platform: ledc
|
||||
id: test_ledc
|
||||
pin: 4
|
||||
<<: !include common.yaml
|
||||
|
@@ -1,11 +1 @@
|
||||
esphome:
|
||||
on_boot:
|
||||
then:
|
||||
- output.ledc.set_frequency:
|
||||
id: test_ledc
|
||||
frequency: 100Hz
|
||||
|
||||
output:
|
||||
- platform: ledc
|
||||
id: test_ledc
|
||||
pin: 4
|
||||
<<: !include common.yaml
|
||||
|
Reference in New Issue
Block a user