mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 13:00:27 +02:00
19 lines
283 B
YAML
19 lines
283 B
YAML
output:
|
|
- platform: gpio
|
|
id: out_19
|
|
pin:
|
|
pcf8574: pcf_left
|
|
number: 2
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
|
|
- platform: gpio
|
|
id: out_20
|
|
pin:
|
|
pcf8574: pcf_left
|
|
number: 3
|
|
mode:
|
|
output: true
|
|
inverted: true
|