mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-23 14:18:28 +02:00
15 lines
190 B
YAML
15 lines
190 B
YAML
binary_sensor:
|
|
- platform: gpio
|
|
pin: 2
|
|
id: gpio_binary_sensor
|
|
|
|
output:
|
|
- platform: gpio
|
|
pin: 3
|
|
id: gpio_output
|
|
|
|
switch:
|
|
- platform: gpio
|
|
pin: 4
|
|
id: gpio_switch
|