diff --git a/tests/components/mcp4461/common.yaml b/tests/components/mcp4461/common.yaml index 597df6c6c1..ce1866fdb8 100644 --- a/tests/components/mcp4461/common.yaml +++ b/tests/components/mcp4461/common.yaml @@ -1,7 +1,7 @@ i2c: - id: i2c_mcp4461 - scl: ${scl_pin} sda: ${sda_pin} + scl: ${scl_pin} mcp4461: - id: mcp4461_digipot_01 diff --git a/tests/components/mcp4461/test.esp32-ard.yaml b/tests/components/mcp4461/test.esp32-ard.yaml index 63c3bd6afd..c5deb7ca0a 100644 --- a/tests/components/mcp4461/test.esp32-ard.yaml +++ b/tests/components/mcp4461/test.esp32-ard.yaml @@ -1,5 +1,5 @@ substitutions: - scl_pin: GPIO16 - sda_pin: GPIO17 + sda_pin: GPIO16 + scl_pin: GPIO17 <<: !include common.yaml diff --git a/tests/components/mcp4461/test.esp32-c3-ard.yaml b/tests/components/mcp4461/test.esp32-c3-ard.yaml index f29175228c..a87353b78b 100644 --- a/tests/components/mcp4461/test.esp32-c3-ard.yaml +++ b/tests/components/mcp4461/test.esp32-c3-ard.yaml @@ -1,5 +1,5 @@ substitutions: - scl_pin: GPIO4 - sda_pin: GPIO5 + sda_pin: GPIO4 + scl_pin: GPIO5 <<: !include common.yaml diff --git a/tests/components/mcp4461/test.esp32-c3-idf.yaml b/tests/components/mcp4461/test.esp32-c3-idf.yaml index f29175228c..a87353b78b 100644 --- a/tests/components/mcp4461/test.esp32-c3-idf.yaml +++ b/tests/components/mcp4461/test.esp32-c3-idf.yaml @@ -1,5 +1,5 @@ substitutions: - scl_pin: GPIO4 - sda_pin: GPIO5 + sda_pin: GPIO4 + scl_pin: GPIO5 <<: !include common.yaml diff --git a/tests/components/mcp4461/test.esp32-idf.yaml b/tests/components/mcp4461/test.esp32-idf.yaml index 63c3bd6afd..c5deb7ca0a 100644 --- a/tests/components/mcp4461/test.esp32-idf.yaml +++ b/tests/components/mcp4461/test.esp32-idf.yaml @@ -1,5 +1,5 @@ substitutions: - scl_pin: GPIO16 - sda_pin: GPIO17 + sda_pin: GPIO16 + scl_pin: GPIO17 <<: !include common.yaml diff --git a/tests/components/mcp4461/test.esp8266-ard.yaml b/tests/components/mcp4461/test.esp8266-ard.yaml index f29175228c..a87353b78b 100644 --- a/tests/components/mcp4461/test.esp8266-ard.yaml +++ b/tests/components/mcp4461/test.esp8266-ard.yaml @@ -1,5 +1,5 @@ substitutions: - scl_pin: GPIO4 - sda_pin: GPIO5 + sda_pin: GPIO4 + scl_pin: GPIO5 <<: !include common.yaml