mirror of
https://github.com/brianhanifin/esphome-config.git
synced 2026-07-28 04:05:55 +00:00
13 lines
194 B
YAML
13 lines
194 B
YAML
---
|
|
platform: gpio
|
|
pin:
|
|
number: $button_gpio
|
|
mode: INPUT_PULLUP
|
|
inverted: True
|
|
id: ${id}_button
|
|
internal: true
|
|
on_press:
|
|
- switch.toggle: relay
|
|
filters:
|
|
- delayed_on: 10ms
|