[deep_sleep] Fix GPIO wakeup comment - #12815
Conversation
According to the API reference: IOs that are powered by the VDD3P3_RTC power domain can be used to wake up the chip from Deep-sleep.
|
To use the changes from this PR as an external component, add the following to your ESPHome configuration YAML file: external_components:
- source: github://pr#12815
components: [deep_sleep]
refresh: 1h(Added by the PR bot) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #12815 +/- ##
==========================================
- Coverage 73.34% 73.31% -0.03%
==========================================
Files 53 53
Lines 11284 11284
Branches 1531 1531
==========================================
- Hits 8276 8273 -3
- Misses 2608 2610 +2
- Partials 400 401 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Memory Impact AnalysisComponents:
This analysis runs automatically when components change. Memory usage is measured from a representative test configuration. |
|
Thanks |
According to the API reference: IOs that are powered by the VDD3P3_RTC power domain can be used to wake up the chip from Deep-sleep.
What does this implement/fix?
Fix typo in code comment.
Types of changes
Related issue or feature (if applicable):
Pull request in esphome-docs with documentation (if applicable):
Test Environment
Example entry for
config.yaml:# Example config.yamlChecklist:
tests/folder).If user exposed functionality or configuration variables are added/changed: