1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-13 00:18:21 +00:00

24 lines
359 B
YAML
Raw Normal View History

i2c:
- id: i2c_mcp23016
scl: ${scl_pin}
sda: ${sda_pin}
mcp23016:
id: mcp23016_hub
binary_sensor:
- platform: gpio
id: mcp23016_binary_sensor
pin:
mcp23016: mcp23016_hub
number: 0
mode: INPUT
switch:
- platform: gpio
id: mcp23016_switch
pin:
mcp23016: mcp23016_hub
number: 1
mode: OUTPUT