mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
19 lines
285 B
YAML
19 lines
285 B
YAML
output:
|
|
- platform: gpio
|
|
id: out_03
|
|
pin:
|
|
pcf8574: pcf_left
|
|
number: 13
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
|
|
- platform: gpio
|
|
id: out_04
|
|
pin:
|
|
pcf8574: pcf_left
|
|
number: 12
|
|
mode:
|
|
output: true
|
|
inverted: true
|