mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 11:52:20 +01:00
Implement allow_deep_sleep (#3282)
This commit is contained in:
@@ -160,6 +160,7 @@ void DeepSleepComponent::begin_sleep(bool manual) {
|
||||
}
|
||||
float DeepSleepComponent::get_setup_priority() const { return setup_priority::LATE; }
|
||||
void DeepSleepComponent::prevent_deep_sleep() { this->prevent_ = true; }
|
||||
void DeepSleepComponent::allow_deep_sleep() { this->prevent_ = false; }
|
||||
|
||||
} // namespace deep_sleep
|
||||
} // namespace esphome
|
||||
|
Reference in New Issue
Block a user