mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:17:23 +00: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