From 2aedaeff6d404ff84a9ee4bf9b1e3dd1184b9b92 Mon Sep 17 00:00:00 2001 From: Tomasz Duda Date: Sun, 5 May 2024 23:50:04 +0200 Subject: [PATCH] add nrf52 gpio tests --- tests/components/gpio/test.nrf52.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/components/gpio/test.nrf52.yaml diff --git a/tests/components/gpio/test.nrf52.yaml b/tests/components/gpio/test.nrf52.yaml new file mode 100644 index 0000000000..3ca285117d --- /dev/null +++ b/tests/components/gpio/test.nrf52.yaml @@ -0,0 +1,14 @@ +binary_sensor: + - platform: gpio + pin: 2 + id: gpio_binary_sensor + +output: + - platform: gpio + pin: 3 + id: gpio_output + +switch: + - platform: gpio + pin: 4 + id: gpio_switch