|
ESPHome 2025.12.0-dev
|
Go to the source code of this file.
Data Structures | |
| class | esphome::sensor::Sensor |
| Base-class for all sensors. More... | |
| struct | esphome::sensor::Sensor::SensorFlags |
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::sensor |
Enumerations | |
| enum | esphome::sensor::StateClass : uint8_t { esphome::sensor::STATE_CLASS_NONE = 0 , esphome::sensor::STATE_CLASS_MEASUREMENT = 1 , esphome::sensor::STATE_CLASS_TOTAL_INCREASING = 2 , esphome::sensor::STATE_CLASS_TOTAL = 3 } |
| Sensor state classes. More... | |
Functions | |
| void | esphome::sensor::log_sensor (const char *tag, const char *prefix, const char *type, Sensor *obj) |
| const LogString * | esphome::sensor::state_class_to_string (StateClass state_class) |