ESPHome  2024.4.1
Data Structures | Namespaces | Enumerations
integration_sensor.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::integration::IntegrationSensor
 
class  esphome::integration::ResetAction< Ts >
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::integration
 

Enumerations

enum  esphome::integration::IntegrationSensorTime {
  esphome::integration::INTEGRATION_SENSOR_TIME_MILLISECOND = 0, esphome::integration::INTEGRATION_SENSOR_TIME_SECOND, esphome::integration::INTEGRATION_SENSOR_TIME_MINUTE, esphome::integration::INTEGRATION_SENSOR_TIME_HOUR,
  esphome::integration::INTEGRATION_SENSOR_TIME_DAY
}
 
enum  esphome::integration::IntegrationMethod { esphome::integration::INTEGRATION_METHOD_TRAPEZOID = 0, esphome::integration::INTEGRATION_METHOD_LEFT, esphome::integration::INTEGRATION_METHOD_RIGHT }