ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
ld6002b_button.cpp
Go to the documentation of this file.
1#include "ld6002b_button.h"
2
3namespace esphome::ld6002b {
4
5void LD6002BButton::press_action() { this->parent_->press_button(this->type_); }
6
7} // namespace esphome::ld6002b