mirror of
https://github.com/esphome/esphome.git
synced 2026-09-18 10:38:38 +00:00
20 lines
376 B
YAML
20 lines
376 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
|
|
|
|
improv_ble:
|
|
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}}"
|