1
0
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:
Michael Hansen
2024-10-21 18:14:07 -05:00
committed by GitHub
parent 40ad6befa8
commit dc42427c60
2 changed files with 4 additions and 7 deletions

View File

@@ -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();