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_02_out03
|
|
pin:
|
|
pcf8574: pcf_left
|
|
number: 13
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
interlock: &cover_interlock_02 [cover_open_02_out03, cover_close_02_out04]
|
|
interlock_wait_time: 5ms
|
|
restore_mode: always off
|
|
|
|
- platform: gpio
|
|
id: cover_close_02_out04
|
|
pin:
|
|
pcf8574: pcf_left
|
|
number: 12
|
|
mode:
|
|
output: true
|
|
inverted: true
|
|
interlock: *cover_interlock_02
|
|
restore_mode: always off
|