mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Consolidate test files where all tests are identical (#6690)
This commit is contained in:
7
tests/components/rp2040_pwm/common.yaml
Normal file
7
tests/components/rp2040_pwm/common.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
output:
|
||||
- platform: rp2040_pwm
|
||||
id: light_output_1
|
||||
pin: 2
|
||||
- platform: rp2040_pwm
|
||||
id: light_output_2
|
||||
pin: 3
|
@@ -1,7 +1 @@
|
||||
output:
|
||||
- platform: rp2040_pwm
|
||||
id: light_output_1
|
||||
pin: 2
|
||||
- platform: rp2040_pwm
|
||||
id: light_output_2
|
||||
pin: 3
|
||||
<<: !include common.yaml
|
||||
|
Reference in New Issue
Block a user