ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
factory_reset_button.h
Go to the documentation of this file.
1#pragma once
2
4
7
9
11 public:
12 void dump_config() override;
13#ifdef USE_OPENTHREAD
14 static void factory_reset_callback();
15#endif
16
17 protected:
18 void press_action() override;
19};
20
21} // namespace esphome::factory_reset
Base class for all buttons.
Definition button.h:25