ESPHome  2024.4.0
Data Structures | Typedefs
esphome::text_sensor Namespace Reference

Data Structures

class  AppendFilter
 A simple filter that adds a string to the end of another string. More...
 
class  Filter
 Apply a filter to text sensor values such as to_upper. More...
 
class  LambdaFilter
 This class allows for creation of simple template filters. More...
 
class  MapFilter
 A filter that maps values from one set to another. More...
 
class  PrependFilter
 A simple filter that adds a string to the start of another string. More...
 
class  SubstituteFilter
 A simple filter that replaces a substring with another substring. More...
 
class  TextSensor
 
class  TextSensorPublishAction
 
class  TextSensorStateCondition
 
class  TextSensorStateRawTrigger
 
class  TextSensorStateTrigger
 
class  ToLowerFilter
 A simple filter that converts all text to lowercase. More...
 
class  ToUpperFilter
 A simple filter that converts all text to uppercase. More...
 

Typedefs

using lambda_filter_t = std::function< optional< std::string >(std::string)>
 

Typedef Documentation

◆ lambda_filter_t

using esphome::text_sensor::lambda_filter_t = typedef std::function<optional<std::string>(std::string)>

Definition at line 47 of file filter.h.