mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[code-quality] add NOLINT haier_base (#7236)
This commit is contained in:
		| @@ -80,8 +80,8 @@ class HaierClimateBase : public esphome::Component, | |||||||
|   const char *phase_to_string_(ProtocolPhases phase); |   const char *phase_to_string_(ProtocolPhases phase); | ||||||
|   virtual void set_handlers() = 0; |   virtual void set_handlers() = 0; | ||||||
|   virtual void process_phase(std::chrono::steady_clock::time_point now) = 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_control_message() = 0;          // NOLINT(readability-identifier-naming) | ||||||
|   virtual haier_protocol::HaierMessage get_power_message(bool state) = 0; |   virtual haier_protocol::HaierMessage get_power_message(bool state) = 0;  // NOLINT(readability-identifier-naming) | ||||||
|   virtual void initialization(){}; |   virtual void initialization(){}; | ||||||
|   virtual bool prepare_pending_action(); |   virtual bool prepare_pending_action(); | ||||||
|   virtual void process_protocol_reset(); |   virtual void process_protocol_reset(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user