mirror of
https://github.com/esphome/esphome.git
synced 2025-09-11 07:42:26 +01:00
fix: arduino media player still sets wrong state. (#6875)
This commit is contained in:
@@ -28,7 +28,7 @@ void I2SAudioMediaPlayer::control(const media_player::MediaPlayerCall &call) {
|
||||
}
|
||||
}
|
||||
|
||||
if (this->state == media_player::MEDIA_PLAYER_STATE_ANNOUNCING) {
|
||||
if (play_state == media_player::MEDIA_PLAYER_STATE_ANNOUNCING) {
|
||||
this->is_announcement_ = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user