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_11_out21
|
|
pin:
|
|
pcf8574: pcf_left
|
|
number: 4
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
interlock: &cover_interlock_11 [cover_open_11_out21, cover_close_11_out22]
|
|
interlock_wait_time: 5ms
|
|
restore_mode: always off
|
|
|
|
- platform: gpio
|
|
id: cover_close_11_out22
|
|
pin:
|
|
pcf8574: pcf_left
|
|
number: 5
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
interlock: *cover_interlock_11
|
|
restore_mode: always off
|