ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
self_cleaning.cpp
Go to the documentation of this file.
1#include "self_cleaning.h"
2
3namespace esphome::haier {
4
5void SelfCleaningButton::press_action() { this->parent_->start_self_cleaning(); }
6
7} // namespace esphome::haier