mirror of
https://github.com/esphome/esphome.git
synced 2025-02-17 01:51:48 +01:00
[code-quality] add NOLINT haier_base (#7236)
This commit is contained in:
parent
8148eae134
commit
5f3f106283
@ -80,8 +80,8 @@ class HaierClimateBase : public esphome::Component,
|
||||
const char *phase_to_string_(ProtocolPhases phase);
|
||||
virtual void set_handlers() = 0;
|
||||
virtual void process_phase(std::chrono::steady_clock::time_point now) = 0;
|
||||
virtual haier_protocol::HaierMessage get_control_message() = 0;
|
||||
virtual haier_protocol::HaierMessage get_power_message(bool state) = 0;
|
||||
virtual haier_protocol::HaierMessage get_control_message() = 0; // NOLINT(readability-identifier-naming)
|
||||
virtual haier_protocol::HaierMessage get_power_message(bool state) = 0; // NOLINT(readability-identifier-naming)
|
||||
virtual void initialization(){};
|
||||
virtual bool prepare_pending_action();
|
||||
virtual void process_protocol_reset();
|
||||
|
Loading…
Reference in New Issue
Block a user