ESPHome  2024.3.1
Data Structures | Namespaces | Functions
automation.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::media_player::PlayMediaAction< Ts >
 
class  esphome::media_player::VolumeSetAction< Ts >
 
class  esphome::media_player::StateTrigger
 
class  esphome::media_player::IsPlayingCondition< Ts >
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::media_player
 

Functions

 esphome::media_player::MEDIA_PLAYER_SIMPLE_COMMAND_ACTION (PlayAction, PLAY) MEDIA_PLAYER_SIMPLE_COMMAND_ACTION(PauseAction
 
PAUSE esphome::media_player::MEDIA_PLAYER_SIMPLE_COMMAND_ACTION (StopAction, STOP) MEDIA_PLAYER_SIMPLE_COMMAND_ACTION(ToggleAction
 
PAUSE TOGGLE esphome::media_player::MEDIA_PLAYER_SIMPLE_COMMAND_ACTION (VolumeUpAction, VOLUME_UP) MEDIA_PLAYER_SIMPLE_COMMAND_ACTION(VolumeDownAction
 
 esphome::media_player::MEDIA_PLAYER_SIMPLE_STATE_TRIGGER (IdleTrigger, IDLE) MEDIA_PLAYER_SIMPLE_STATE_TRIGGER(PlayTrigger
 
PLAYING esphome::media_player::MEDIA_PLAYER_SIMPLE_STATE_TRIGGER (PauseTrigger, PAUSED) template< typename... Ts > class IsIdleCondition