1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 06:43:48 +01:00
Files
esphome/tests/components/gp8403/common.yaml
J. Nick Koston 9353c6aac9 merge a few more
2025-10-09 10:23:26 -10:00

18 lines
298 B
YAML

gp8403:
- id: gp8403_5v
i2c_id: i2c_bus
voltage: 5V
- id: gp8403_10v
i2c_id: i2c_bus
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