mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	Speaker support (#4743)
This commit is contained in:
		| @@ -996,7 +996,7 @@ DeviceInfoResponse APIConnection::device_info(const DeviceInfoRequest &msg) { | ||||
|                                      : bluetooth_proxy::PASSIVE_ONLY_VERSION; | ||||
| #endif | ||||
| #ifdef USE_VOICE_ASSISTANT | ||||
|   resp.voice_assistant_version = 1; | ||||
|   resp.voice_assistant_version = voice_assistant::global_voice_assistant->get_version(); | ||||
| #endif | ||||
|   return resp; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user