1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

adds gpio INPUT_OUTPUT_OPEN_DRAIN (#4360)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
tomaszduda23
2023-02-07 00:55:35 +01:00
committed by GitHub
parent d3627f0972
commit 393ca64d70
2 changed files with 10 additions and 0 deletions

View File

@@ -1321,6 +1321,11 @@ binary_sensor:
number: GPIO9
mode: INPUT_PULLUP
name: Living Room Window 2
- platform: gpio
pin:
number: GPIO9
mode: INPUT_OUTPUT_OPEN_DRAIN
name: Living Room Button
- platform: status
name: Living Room Status
- platform: esp32_touch