|
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...
|
|