Files
esphome-dev/esphome/components/haier/button/self_cleaning.cpp
T
2024-05-24 09:07:39 +12:00

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