ESPHome
2026.6.0-dev
Loading...
Searching...
No Matches
esphome
components
haier
switch
quiet_mode.cpp
Go to the documentation of this file.
1
#include "
quiet_mode.h
"
2
3
namespace
esphome::haier
{
4
5
void
QuietModeSwitch::write_state
(
bool
state
) {
6
if
(this->
parent_
->get_quiet_mode_state() != state) {
7
this->
parent_
->set_quiet_mode_state(state);
8
}
9
this->
publish_state
(state);
10
}
11
12
}
// namespace esphome::haier
esphome::Parented< HonClimate >::parent_
HonClimate * parent_
Definition
helpers.h:1872
esphome::haier::QuietModeSwitch::write_state
void write_state(bool state) override
Definition
quiet_mode.cpp:5
esphome::switch_::Switch::publish_state
void publish_state(bool state)
Publish a state to the front-end from the back-end.
Definition
switch.cpp:56
state
bool state
Definition
fan.h:2
esphome::haier
Definition
automation.h:7
quiet_mode.h
Generated by
1.12.0