cogito/esphome_dev/esphome/components/haier/button/self_cleaning.cpp

9 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