mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 06:45:48 +00:00
Implement Media Player and I2S Media player (#3487)
This commit is contained in:
@@ -51,6 +51,9 @@ class ListEntitiesIterator : public ComponentIterator {
|
||||
#endif
|
||||
#ifdef USE_LOCK
|
||||
bool on_lock(lock::Lock *a_lock) override;
|
||||
#endif
|
||||
#ifdef USE_MEDIA_PLAYER
|
||||
bool on_media_player(media_player::MediaPlayer *media_player) override;
|
||||
#endif
|
||||
bool on_end() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user