ESPHome 2025.10.0-dev
Loading...
Searching...
No Matches
calibration_reset_button.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome {
7namespace bl0940 {
8
9class BL0940; // Forward declaration of BL0940 class
10
11class CalibrationResetButton : public button::Button, public Component, public Parented<BL0940> {
12 public:
13 void dump_config() override;
14
15 void press_action() override;
16};
17
18} // namespace bl0940
19} // namespace esphome
Helper class to easily give an object a parent of type T.
Definition helpers.h:686
Base class for all buttons.
Definition button.h:26
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7