Wake Word Plugins
{
"listener": {
"wake_word": "my wake word",
},
"hotwords": {
"my wake word": {
"module": "example_wake_word_plugin",
"custom_attribute": "some value"
}
}
}found_wake_word()
update()
stop()
Entry point
Last updated
Was this helpful?