15 lines
234 B
YAML
15 lines
234 B
YAML
# To bootstrap and then use OTA to flash firmware.
|
|
|
|
esp8266:
|
|
board: nodemcuv2
|
|
|
|
esphome:
|
|
name: empty8266
|
|
name_add_mac_suffix: true
|
|
|
|
logger:
|
|
|
|
packages:
|
|
wifi: !include ../templates/wifi.yaml
|
|
ota: !include ../templates/ota.yaml
|