mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-20 21:13:28 +02:00
10 lines
196 B
C++
10 lines
196 B
C++
#include "self_cleaning.h"
|
|
|
|
namespace esphome {
|
|
namespace haier {
|
|
|
|
void SelfCleaningButton::press_action() { this->parent_->start_self_cleaning(); }
|
|
|
|
} // namespace haier
|
|
} // namespace esphome
|