mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 23:37:34 +00:00
21 lines
251 B
YAML
21 lines
251 B
YAML
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
framework:
|
|
type: esp-idf
|
|
|
|
wifi:
|
|
ssid: "test_ssid"
|
|
password: "test_password"
|
|
|
|
time:
|
|
- platform: sntp
|
|
id: sntp_time
|
|
|
|
sensor:
|
|
- platform: uptime
|
|
name: Uptime Seconds
|
|
type: seconds
|