mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 13:00:27 +02:00
24 lines
513 B
YAML
24 lines
513 B
YAML
switch:
|
|
- platform: gpio
|
|
id: cover_open_13_out25
|
|
pin:
|
|
pcf8574: pcf_right
|
|
number: 0
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
interlock: &cover_interlock_13 [cover_open_13_out25, cover_close_13_out26]
|
|
interlock_wait_time: 5ms
|
|
restore_mode: always off
|
|
|
|
- platform: gpio
|
|
id: cover_close_13_out26
|
|
pin:
|
|
pcf8574: pcf_right
|
|
number: 1
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
interlock: *cover_interlock_13
|
|
restore_mode: always off
|