#include "restart_button.h" namespace esphome { namespace seeed_mr24hpc1 { void RestartButton::press_action() { this->parent_->set_restart(); } } // namespace seeed_mr24hpc1 } // namespace esphome