|
ESPHome 2025.12.0-dev
|
#include <voice_assistant.h>
Public Member Functions | |
| bool | check (const Ts &...x) override |
Public Member Functions inherited from esphome::Condition< Ts... > | |
| bool | check_tuple (const std::tuple< Ts... > &tuple) |
| Call check with a tuple of values as parameter. | |
Public Member Functions inherited from esphome::Parented< VoiceAssistant > | |
| Parented () | |
| Parented (VoiceAssistant *parent) | |
| VoiceAssistant * | get_parent () const |
| Get the parent of this object. | |
| void | set_parent (VoiceAssistant *parent) |
| Set the parent of this object. | |
Additional Inherited Members | |
Protected Member Functions inherited from esphome::Condition< Ts... > | |
| bool | check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
Protected Attributes inherited from esphome::Parented< VoiceAssistant > | |
| VoiceAssistant * | parent_ |
Definition at line 353 of file voice_assistant.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 355 of file voice_assistant.h.