1
0
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:
Mischa Siekmann
2024-06-09 08:34:21 +02:00
committed by GitHub
parent 38b7bed2fa
commit 618102fe8c

View File

@@ -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;
}