1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 11:52:20 +01:00
Files
esphome/tests/components/pi4ioe5v6408/common.yaml
Jesse Hills 53e9ffe656 [pi4ioe5v6408] Add new IO Expander (#8888)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2025-06-30 11:48:19 +12:00

23 lines
310 B
YAML

i2c:
id: i2c_pi4ioe5v6408
sda: ${i2c_sda}
scl: ${i2c_scl}
pi4ioe5v6408:
id: pi4ioe1
address: 0x44
switch:
- platform: gpio
id: switch1
pin:
pi4ioe5v6408: pi4ioe1
number: 0
binary_sensor:
- platform: gpio
id: sensor1
pin:
pi4ioe5v6408: pi4ioe1
number: 1