mirror of
https://github.com/esphome/esphome.git
synced 2025-02-22 02:42:02 +01:00
Rename test files to adhere to base test files. Add ESP32 back in as esp32-ard
This commit is contained in:
parent
2351a3fc6b
commit
b28f3add50
12
tests/components/MCP3428/test.esp32-ard.yaml
Normal file
12
tests/components/MCP3428/test.esp32-ard.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
i2c:
|
||||||
|
- id: i2c_mcp3428
|
||||||
|
scl: 16
|
||||||
|
sda: 17
|
||||||
|
|
||||||
|
mcp3428:
|
||||||
|
address: 0x68
|
||||||
|
|
||||||
|
sensor:
|
||||||
|
- platform: mcp3428
|
||||||
|
multiplexer: 1
|
||||||
|
id: mcp3428_sensor
|
Loading…
Reference in New Issue
Block a user