mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
24 lines
511 B
YAML
24 lines
511 B
YAML
switch:
|
|
- platform: gpio
|
|
id: cover_open_04_out07
|
|
pin:
|
|
pcf8574: pcf_left
|
|
number: 9
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
interlock: &cover_interlock_04 [cover_open_04_out07, cover_close_04_out08]
|
|
interlock_wait_time: 5ms
|
|
restore_mode: always off
|
|
|
|
- platform: gpio
|
|
id: cover_close_04_out08
|
|
pin:
|
|
pcf8574: pcf_left
|
|
number: 8
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
interlock: *cover_interlock_04
|
|
restore_mode: always off
|