mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Fix some typos found by codespell (#3598)
This commit is contained in:
@@ -163,7 +163,7 @@ class ThermostatClimate : public climate::Climate, public Component {
|
||||
/// Change to a provided custom preset setting; will reset temperature, mode, fan, and swing modes accordingly
|
||||
void change_custom_preset_(const std::string &custom_preset);
|
||||
|
||||
/// Applies the temperature, mode, fan, and swing modes of the provded config.
|
||||
/// Applies the temperature, mode, fan, and swing modes of the provided config.
|
||||
/// This is agnostic of custom vs built in preset
|
||||
void change_preset_internal_(const ThermostatClimateTargetTempConfig &config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user