mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
14 lines
169 B
YAML
14 lines
169 B
YAML
|
wifi:
|
||
|
ssid: MySSID
|
||
|
password: password1
|
||
|
|
||
|
ota:
|
||
|
|
||
|
button:
|
||
|
- platform: safe_mode
|
||
|
name: Safe Mode Button
|
||
|
|
||
|
switch:
|
||
|
- platform: safe_mode
|
||
|
name: Safe Mode Switch
|