ESPHome 2026.1.0-dev
Loading...
Searching...
No Matches
factory_reset_button.cpp
Go to the documentation of this file.
2
3namespace esphome::ld2410 {
4
5void FactoryResetButton::press_action() { this->parent_->factory_reset(); }
6
7} // namespace esphome::ld2410