1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-13 00:18:21 +00:00

15 lines
233 B
YAML
Raw Normal View History

binary_sensor:
- platform: gpio
pin: ${binary_sensor_pin}
id: gpio_binary_sensor
output:
- platform: gpio
pin: ${output_pin}
id: gpio_output
switch:
- platform: gpio
pin: ${switch_pin}
id: gpio_switch