mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
24 lines
515 B
YAML
24 lines
515 B
YAML
switch:
|
|
- platform: gpio
|
|
id: cover_open_05_out09
|
|
pin:
|
|
pcf8574: pcf_right
|
|
number: 15
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
interlock: &cover_interlock_05 [cover_open_05_out09, cover_close_05_out10]
|
|
interlock_wait_time: 5ms
|
|
restore_mode: always off
|
|
|
|
- platform: gpio
|
|
id: cover_close_05_out10
|
|
pin:
|
|
pcf8574: pcf_right
|
|
number: 14
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
interlock: *cover_interlock_05
|
|
restore_mode: always off
|