mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
23 lines
343 B
YAML
23 lines
343 B
YAML
esphome:
|
|
name: sntp-test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: esp-idf
|
|
|
|
wifi:
|
|
ssid: "testssid"
|
|
password: "testpassword"
|
|
|
|
# Test multiple SNTP instances that should be merged
|
|
time:
|
|
- platform: sntp
|
|
servers:
|
|
- 192.168.1.1
|
|
- pool.ntp.org
|
|
- platform: sntp
|
|
servers:
|
|
- pool.ntp.org
|
|
- 192.168.1.2
|