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:
Kamil_B
2022-10-12 17:43:33 +02:00
parent 6f8ea7b35d
commit 1109ae39c4
2 changed files with 391 additions and 0 deletions

View File

@@ -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