ESPHome
2023.11.6
|
#include <automation.h>
Protected Attributes | |
Climate * | climate_ |
![]() | |
friend | ActionList< Ts... > |
Action< Ts... > * | next_ |
int | num_running_ |
The number of instances of this sequence in the list of actions that is currently being executed. More... | |
Additional Inherited Members | |
![]() | |
void | play_next_ (Ts... x) |
void | play_next_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
void | play_next_tuple_ (const std::tuple< Ts... > &tuple) |
virtual void | stop () |
void | stop_next_ () |
bool | is_running_next_ () |
Definition at line 9 of file automation.h.
|
inlineexplicit |
Definition at line 11 of file automation.h.
|
inlineoverridevirtual |
Implements esphome::Action< Ts... >.
Definition at line 24 of file automation.h.
esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE | ( | ClimateMode | , |
mode | |||
) |
target_temperature esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE | ( | float | , |
target_temperature_low | |||
) |
target_temperature target_temperature_high esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE | ( | bool | , |
away | |||
) |
target_temperature target_temperature_high fan_mode esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE | ( | std::string | , |
custom_fan_mode | |||
) |
target_temperature target_temperature_high fan_mode preset esphome::climate::ControlAction< Ts >::TEMPLATABLE_VALUE | ( | std::string | , |
custom_preset | |||
) |
|
protected |
Definition at line 42 of file automation.h.