ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
ld6002b_button.h
Go to the documentation of this file.
1#pragma once
2
4#include "../ld6002b.h"
5
6namespace esphome::ld6002b {
7
8class LD6002BButton : public button::Button, public Parented<LD6002BComponent> {
9 public:
11
12 protected:
13 void press_action() override;
14
16};
17
18} // namespace esphome::ld6002b
Helper class to easily give an object a parent of type T.
Definition helpers.h:1907
Base class for all buttons.
Definition button.h:25
uint16_t type