mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
10 lines
155 B
YAML
10 lines
155 B
YAML
|
wifi:
|
||
|
ssid: MySSID
|
||
|
password: password1
|
||
|
|
||
|
button:
|
||
|
- platform: wake_on_lan
|
||
|
id: wol_1
|
||
|
name: wol_test_1
|
||
|
target_mac_address: 12:34:56:78:90:ab
|