mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 15:27:33 +00:00
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
16 lines
167 B
YAML
16 lines
167 B
YAML
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
variant: esp32s3
|
|
framework:
|
|
type: esp-idf
|
|
|
|
psram:
|
|
mode: quad
|
|
|
|
binary_sensor:
|
|
- platform: gpio
|
|
pin: GPIO34
|
|
name: test
|