mirror of
https://github.com/esphome/esphome.git
synced 2025-10-24 04:33:49 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
20 lines
378 B
YAML
20 lines
378 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
|
|
next_url: "https://example.com/setup?device={{device_name}}&ip={{ip_address}}&version={{esphome_version}}"
|