mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	Move setting global voice assistant to constructor (#7630)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -91,7 +91,8 @@ struct Configuration { | ||||
|  | ||||
| class VoiceAssistant : public Component { | ||||
|  public: | ||||
|   void setup() override; | ||||
|   VoiceAssistant(); | ||||
|  | ||||
|   void loop() override; | ||||
|   float get_setup_priority() const override; | ||||
|   void start_streaming(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user