mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
15 lines
247 B
YAML
15 lines
247 B
YAML
wifi:
|
|
ssid: MySSID
|
|
password: password1
|
|
|
|
api:
|
|
|
|
time:
|
|
- platform: homeassistant
|
|
on_time:
|
|
- seconds: "0,10,20,30,40,50"
|
|
then:
|
|
- logger.log: "CronTrigger fired (every 10 seconds)"
|
|
- platform: sntp
|
|
id: sntp_time
|