mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Fixed wrong comment (#3286)
This commit is contained in:
		| @@ -76,7 +76,7 @@ enum ClimateSwingMode : uint8_t { | ||||
|   CLIMATE_SWING_HORIZONTAL = 3, | ||||
| }; | ||||
|  | ||||
| /// Enum for all modes a climate swing can be in | ||||
| /// Enum for all preset modes | ||||
| enum ClimatePreset : uint8_t { | ||||
|   /// No preset is active | ||||
|   CLIMATE_PRESET_NONE = 0, | ||||
| @@ -108,7 +108,7 @@ const LogString *climate_fan_mode_to_string(ClimateFanMode mode); | ||||
| /// Convert the given ClimateSwingMode to a human-readable string. | ||||
| const LogString *climate_swing_mode_to_string(ClimateSwingMode mode); | ||||
|  | ||||
| /// Convert the given ClimateSwingMode to a human-readable string. | ||||
| /// Convert the given PresetMode to a human-readable string. | ||||
| const LogString *climate_preset_to_string(ClimatePreset preset); | ||||
|  | ||||
| }  // namespace climate | ||||
|   | ||||
		Reference in New Issue
	
	Block a user