mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
15 lines
169 B
YAML
15 lines
169 B
YAML
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: esp-idf
|
|
|
|
wifi:
|
|
ssid: "test_ssid"
|
|
password: "test_password"
|
|
|
|
http_request:
|
|
verify_ssl: false
|