mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
18 lines
269 B
YAML
18 lines
269 B
YAML
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
binary_sensor:
|
|
- platform: gpio
|
|
pin: 0
|
|
id: io0_button
|
|
|
|
output:
|
|
- platform: gpio
|
|
pin: 2
|
|
id: built_in_led
|
|
|
|
esp32_improv:
|
|
authorizer: io0_button
|
|
authorized_duration: 1min
|
|
status_indicator: built_in_led
|