ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
steri_cleaning.h
Go to the documentation of this file.
1#pragma once
2
4#include "../hon_climate.h"
5
6namespace esphome::haier {
7
8class SteriCleaningButton : public button::Button, public Parented<HonClimate> {
9 public:
11
12 protected:
13 void press_action() override;
14};
15
16} // namespace esphome::haier
Helper class to easily give an object a parent of type T.
Definition helpers.h:1861
Base class for all buttons.
Definition button.h:25