|
ESPHome 2025.12.0-dev
|
#include <automation.h>
Public Member Functions | |
| TextSensorStateCondition (TextSensor *parent) | |
| TEMPLATABLE_VALUE (std::string, state) bool check(const Ts &...x) override | |
Public Member Functions inherited from esphome::Condition< Ts... > | |
| virtual bool | check (const Ts &...x)=0 |
| Check whether this condition passes. This condition check must be instant, and not cause any delays. | |
| bool | check_tuple (const std::tuple< Ts... > &tuple) |
| Call check with a tuple of values as parameter. | |
Protected Attributes | |
| TextSensor * | parent_ |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Condition< Ts... > | |
| bool | check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
Definition at line 26 of file automation.h.
|
inlineexplicit |
Definition at line 28 of file automation.h.
|
inlineoverride |
Definition at line 30 of file automation.h.
|
protected |
Definition at line 35 of file automation.h.