mirror of
https://github.com/esphome/esphome.git
synced 2025-02-16 16:23:11 +01:00
15 lines
211 B
YAML
15 lines
211 B
YAML
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
ota:
|
|
- platform: esphome
|
|
safe_mode: true
|
|
|
|
button:
|
|
- platform: safe_mode
|
|
name: Safe Mode Button
|
|
|
|
switch:
|
|
- platform: safe_mode
|
|
name: Safe Mode Switch
|