mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	Set FEATURE_API_AUDIO flag also if the speaker component is not used (#6712)
This commit is contained in:
		| @@ -94,10 +94,10 @@ class VoiceAssistant : public Component { | ||||
|   uint32_t get_feature_flags() const { | ||||
|     uint32_t flags = 0; | ||||
|     flags |= VoiceAssistantFeature::FEATURE_VOICE_ASSISTANT; | ||||
|     flags |= VoiceAssistantFeature::FEATURE_API_AUDIO; | ||||
| #ifdef USE_SPEAKER | ||||
|     if (this->speaker_ != nullptr) { | ||||
|       flags |= VoiceAssistantFeature::FEATURE_SPEAKER; | ||||
|       flags |= VoiceAssistantFeature::FEATURE_API_AUDIO; | ||||
|     } | ||||
| #endif | ||||
|     return flags; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user