ESPHome 2025.5.0
Loading...
Searching...
No Matches
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

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  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 }