mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
move from single output file to multiple output files
This commit is contained in:
18
boards/output/out27_28.yaml
Normal file
18
boards/output/out27_28.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
output:
|
||||
- platform: gpio
|
||||
id: out_27
|
||||
pin:
|
||||
pcf8574: pcf_right
|
||||
number: 2
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: out_28
|
||||
pin:
|
||||
pcf8574: pcf_right
|
||||
number: 3
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
Reference in New Issue
Block a user