1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-18 20:10:55 +00:00

Add test coverage

This commit is contained in:
Daniel Whitlow 2024-07-13 02:03:19 -07:00
parent ba14c78193
commit d64f34b4e0
2 changed files with 6 additions and 0 deletions

View File

@ -2,3 +2,6 @@ i2c:
- id: i2c_i2c
scl: 5
sda: 4
scan: true
frequency: "280kHz"
timeout: "1000us"

View File

@ -2,3 +2,6 @@ i2c:
- id: i2c_i2c
scl: 16
sda: 17
scan: true
frequency: "280kHz"
timeout: "1000us"