ESPHome 2025.5.0
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 {
5namespace copy {
6
7static const char *const TAG = "copy.button";
8
9void CopyButton::dump_config() { LOG_BUTTON("", "Copy Button", this); }
10
12
13} // namespace copy
14} // namespace esphome
void press()
Press this button.
Definition button.cpp:9
button::Button * source_
Definition copy_button.h:18
void press_action() override
void dump_config() override
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7