From 3d565e89399e1034f4a30c690e44dbdcdb0c5aea Mon Sep 17 00:00:00 2001 From: Michael Doppler <76885460+mdop@users.noreply.github.com> Date: Sun, 7 Jul 2024 13:41:25 +0200 Subject: [PATCH] standardize I2C address to hex --- tests/components/MCP3428/test.esp32-c3-idf.yaml | 2 +- tests/components/MCP3428/test.esp32-c3.yaml | 2 +- tests/components/MCP3428/test.esp32-idf.yaml.yaml | 2 +- tests/components/MCP3428/test.esp32.yaml | 2 +- tests/components/MCP3428/test.esp8266.yaml | 2 +- tests/components/MCP3428/test.rp2040.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/components/MCP3428/test.esp32-c3-idf.yaml b/tests/components/MCP3428/test.esp32-c3-idf.yaml index a873e6e7f1..e57dbd5979 100644 --- a/tests/components/MCP3428/test.esp32-c3-idf.yaml +++ b/tests/components/MCP3428/test.esp32-c3-idf.yaml @@ -4,7 +4,7 @@ i2c: sda: 4 mcp3428: - address: 0b1101000 + address: 0x68 sensor: - platform: mcp3428 diff --git a/tests/components/MCP3428/test.esp32-c3.yaml b/tests/components/MCP3428/test.esp32-c3.yaml index a873e6e7f1..e57dbd5979 100644 --- a/tests/components/MCP3428/test.esp32-c3.yaml +++ b/tests/components/MCP3428/test.esp32-c3.yaml @@ -4,7 +4,7 @@ i2c: sda: 4 mcp3428: - address: 0b1101000 + address: 0x68 sensor: - platform: mcp3428 diff --git a/tests/components/MCP3428/test.esp32-idf.yaml.yaml b/tests/components/MCP3428/test.esp32-idf.yaml.yaml index a1ba9f0129..8f9eca0498 100644 --- a/tests/components/MCP3428/test.esp32-idf.yaml.yaml +++ b/tests/components/MCP3428/test.esp32-idf.yaml.yaml @@ -4,7 +4,7 @@ i2c: sda: 17 mcp3428: - address: 0b1101000 + address: 0x68 sensor: - platform: mcp3428 diff --git a/tests/components/MCP3428/test.esp32.yaml b/tests/components/MCP3428/test.esp32.yaml index a1ba9f0129..8f9eca0498 100644 --- a/tests/components/MCP3428/test.esp32.yaml +++ b/tests/components/MCP3428/test.esp32.yaml @@ -4,7 +4,7 @@ i2c: sda: 17 mcp3428: - address: 0b1101000 + address: 0x68 sensor: - platform: mcp3428 diff --git a/tests/components/MCP3428/test.esp8266.yaml b/tests/components/MCP3428/test.esp8266.yaml index a873e6e7f1..e57dbd5979 100644 --- a/tests/components/MCP3428/test.esp8266.yaml +++ b/tests/components/MCP3428/test.esp8266.yaml @@ -4,7 +4,7 @@ i2c: sda: 4 mcp3428: - address: 0b1101000 + address: 0x68 sensor: - platform: mcp3428 diff --git a/tests/components/MCP3428/test.rp2040.yaml b/tests/components/MCP3428/test.rp2040.yaml index a873e6e7f1..e57dbd5979 100644 --- a/tests/components/MCP3428/test.rp2040.yaml +++ b/tests/components/MCP3428/test.rp2040.yaml @@ -4,7 +4,7 @@ i2c: sda: 4 mcp3428: - address: 0b1101000 + address: 0x68 sensor: - platform: mcp3428