ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
copy_button.cpp
Go to the documentation of this file.
1#include "copy_button.h"
2#include "esphome/core/log.h"
3
4namespace esphome::copy {
5
6static const char *const TAG = "copy.button";
7
8void CopyButton::dump_config() { LOG_BUTTON("", "Copy Button", this); }
9
11
12} // namespace esphome::copy
void press()
Press this button.
Definition button.cpp:18
button::Button * source_
Definition copy_button.h:16
void press_action() override
void dump_config() override