mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 00:07:32 +00:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
14 lines
140 B
YAML
14 lines
140 B
YAML
esphome:
|
|
name: test
|
|
|
|
esp8266:
|
|
board: d1_mini
|
|
|
|
wifi:
|
|
ssid: test
|
|
password: testtest
|
|
|
|
http_request:
|
|
timeout: 10s
|
|
verify_ssl: false
|