mirror of
https://github.com/esphome/esphome.git
synced 2025-11-18 07:45:56 +00:00
Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
27 lines
468 B
YAML
27 lines
468 B
YAML
gp8403:
|
|
- id: gp8403_5v
|
|
i2c_id: i2c_bus
|
|
voltage: 5V
|
|
- id: gp8403_10v
|
|
i2c_id: i2c_bus
|
|
model: GP8403
|
|
voltage: 10V
|
|
- id: gp8413
|
|
i2c_id: i2c_bus
|
|
model: GP8413
|
|
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
|
|
- platform: gp8403
|
|
gp8403_id: gp8413
|
|
id: gp8413_output_2
|
|
channel: 1
|