ESPHome 2026.1.0-dev
Loading...
Searching...
No Matches
restart_button.cpp
Go to the documentation of this file.
1#include "restart_button.h"
2
3namespace esphome::ld2450 {
4
5void RestartButton::press_action() { this->parent_->restart_and_read_all_info(); }
6
7} // namespace esphome::ld2450