ESPHome 2025.12.2
Loading...
Searching...
No Matches
climate_traits.cpp
Go to the documentation of this file.
1#include "climate_traits.h"
2
3namespace esphome::climate {
4
8
12
13} // namespace esphome::climate
int8_t get_target_temperature_accuracy_decimals() const
int8_t get_current_temperature_accuracy_decimals() const
int8_t step_to_accuracy_decimals(float step)
Derive accuracy in decimals from an increment step.
Definition helpers.cpp:408