mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
10 lines
187 B
YAML
10 lines
187 B
YAML
deep_sleep:
|
|
run_duration: 10s
|
|
sleep_duration: 50s
|
|
on_wake:
|
|
- logger.log:
|
|
format: "Woke up, cause %d"
|
|
args: ["static_cast<int>(cause)"]
|
|
|
|
<<: !include common.yaml
|