1
0
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:
Otto Winter
2018-12-02 13:16:02 +01:00
committed by GitHub
parent 3d49ffa134
commit 2b88c987da
2 changed files with 6 additions and 1 deletions

View File

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