mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-11 04:50:29 +02:00
relay board 32x10A PCF
- adding a new config to the 32x10A board with PCF8575 - adding three missing inputs from the ESP32 GPIO to the input
This commit is contained in:
@@ -453,3 +453,31 @@ binary_sensor:
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_32
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_33"
|
||||
pin:
|
||||
number: GPIO33
|
||||
mode:
|
||||
input: true
|
||||
pullup: false
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_34"
|
||||
pin:
|
||||
number: GPIO17
|
||||
mode:
|
||||
input: true
|
||||
pullup: false
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_35"
|
||||
pin:
|
||||
number: GPIO12
|
||||
mode:
|
||||
input: true
|
||||
pullup: true
|
||||
inverted: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user