mirror of
https://github.com/esphome/esphome.git
synced 2025-02-17 16:53:13 +01:00
Merge branch 'dev' into nvds-new-espnow
This commit is contained in:
commit
8ea18de5a4
1 changed files with 3 additions and 0 deletions
|
@ -1242,6 +1242,9 @@ VoiceAssistantConfigurationResponse APIConnection::voice_assistant_get_configura
|
||||||
}
|
}
|
||||||
resp.available_wake_words.push_back(std::move(resp_wake_word));
|
resp.available_wake_words.push_back(std::move(resp_wake_word));
|
||||||
}
|
}
|
||||||
|
for (auto &wake_word_id : config.active_wake_words) {
|
||||||
|
resp.active_wake_words.push_back(wake_word_id);
|
||||||
|
}
|
||||||
resp.max_active_wake_words = config.max_active_wake_words;
|
resp.max_active_wake_words = config.max_active_wake_words;
|
||||||
}
|
}
|
||||||
return resp;
|
return resp;
|
||||||
|
|
Loading…
Add table
Reference in a new issue