1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Add some components to the new testing framework (G) (#6178)

This commit is contained in:
Keith Burzinski
2024-03-26 20:22:01 -05:00
committed by GitHub
parent 94e9476838
commit eee7146614
63 changed files with 2142 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
i2c:
- id: i2c_gp8403
scl: 5
sda: 4
gp8403:
- id: gp8403_5v
voltage: 5V
- id: gp8403_10v
voltage: 10V
output:
- platform: gp8403
id: gp8403_output_0
gp8403_id: gp8403_5v
channel: 0
- platform: gp8403
gp8403_id: gp8403_10v
id: gp8403_output_1
channel: 1