From a87ce5fb8595b3ab10ccde7cedd1221bfee384e1 Mon Sep 17 00:00:00 2001 From: Adrian Schupp Date: Thu, 17 Oct 2024 21:31:16 +0200 Subject: [PATCH] First Test --- .../components/gp8211/test.esp32-c3-ard.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/components/gp8211/test.esp32-c3-ard.yaml 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