ESPHome 2025.5.0
Loading...
Searching...
No Matches
template_button.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace esphome {
6namespace template_ {
7
9 public:
10 // Implements the abstract `press_action` but the `on_press` trigger already handles the press.
11 void press_action() override{};
12};
13
14} // namespace template_
15} // namespace esphome
Base class for all buttons.
Definition button.h:29
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7