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