diff --git a/tests/components/gp8211/test.esp32-c3-ard.yaml b/tests/components/gp8211/test.esp32-c3-ard.yaml new file mode 100644 index 0000000000..a1d62892b4 --- /dev/null +++ b/tests/components/gp8211/test.esp32-c3-ard.yaml @@ -0,0 +1,21 @@ +i2c: + sda: GPIO6 + scl: GPIO7 + scan: true + + +gp8211: + id: my_gp8211 + voltage: 10V + +output: + - platform: gp8211 + id: dac_output + gp8211_id: my_gp8211 + +light: + - platform: monochromatic + name: "Light" + output: dac_output + default_transition_length: 0s + gamma_correct: 1.0 \ No newline at end of file