mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Fix GPIO input schema validator (#253)
This commit is contained in:
@@ -528,6 +528,11 @@ binary_sensor:
|
||||
format: "Multi Clicked SINGLE"
|
||||
level: warn
|
||||
id: binary_sensor1
|
||||
- platform: gpio
|
||||
pin:
|
||||
number: GPIO9
|
||||
mode: INPUT_PULLUP
|
||||
name: "Living Room Window 2"
|
||||
- platform: status
|
||||
name: "Living Room Status"
|
||||
- platform: esp32_touch
|
||||
|
Reference in New Issue
Block a user