From 5be6013c5c6864174bd3e1dd2daabfe356daba0c Mon Sep 17 00:00:00 2001 From: optimusprimespace <62800678+optimusprimespace@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:02:25 -0400 Subject: [PATCH] removed esp32-c3 tests --- tests/components/hdc2010/test.esp32-c3-idf.yaml | 12 ------------ tests/components/hdc2010/test.esp32-c3.yaml | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 tests/components/hdc2010/test.esp32-c3-idf.yaml delete mode 100644 tests/components/hdc2010/test.esp32-c3.yaml diff --git a/tests/components/hdc2010/test.esp32-c3-idf.yaml b/tests/components/hdc2010/test.esp32-c3-idf.yaml deleted file mode 100644 index 0d8e2b2856..0000000000 --- a/tests/components/hdc2010/test.esp32-c3-idf.yaml +++ /dev/null @@ -1,12 +0,0 @@ -i2c: - - id: i2c_hdc2010 - scl: 5 - sda: 4 - -sensor: - - platform: hdc2010 - temperature: - name: Temperature - humidity: - name: Humidity - update_interval: 15s diff --git a/tests/components/hdc2010/test.esp32-c3.yaml b/tests/components/hdc2010/test.esp32-c3.yaml deleted file mode 100644 index 0d8e2b2856..0000000000 --- a/tests/components/hdc2010/test.esp32-c3.yaml +++ /dev/null @@ -1,12 +0,0 @@ -i2c: - - id: i2c_hdc2010 - scl: 5 - sda: 4 - -sensor: - - platform: hdc2010 - temperature: - name: Temperature - humidity: - name: Humidity - update_interval: 15s