Esphome example deep sleep: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2024

20 April 2024

  • curprev 12:1912:19, 20 April 2024Steve talk contribs 1,479 bytes +1,479 Created page with "==Deep Sleep (API)== In my Lovelace front end, I have a button to turn on a helper entity: <b>input_boolean.jeep_ota_mode</b>.<br> In the ESP yaml code, the first thing I do (on_boot) is to check this flag.<br> If the flag is on, I prevent deep sleep: <b> - deep_sleep.prevent: deep_sleep_handler</b><br> <nowiki># This is the ESP device inside the Jeep to provide presence (status=connected). substitutions: device_name: jeep friendly_name: jeep packages: wifi: !in..."