mirror of
https://github.com/esphome/esphome.git
synced 2024-11-12 18:27:46 +01:00
Removes typo
This commit is contained in:
parent
4c444c8440
commit
03cc0d0c78
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class VoiceAssistant : public Component {
|
|||
#ifdef USE_SPEAKER
|
||||
void set_speaker(speaker::Speaker *speaker) {
|
||||
this->speaker_ = speaker;
|
||||
this->local_output_ = (this->speaker_ != nullptr)l
|
||||
this->local_output_ = (this->speaker_ != nullptr);
|
||||
}
|
||||
#endif
|
||||
#ifdef USE_MEDIA_PLAYER
|
||||
|
|
Loading…
Reference in a new issue