Skip to content

Commit 654a299

Browse files
committed
fix control requirement for app_intent
1 parent 38a31da commit 654a299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anki_vector/behavior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def say_localized_text(self, text: str, use_vector_voice: bool = True, duration_
257257
return say_future
258258

259259
# TODO Make this cancellable with is_cancellable_behavior
260-
@connection.on_connection_thread()
260+
@connection.on_connection_thread(requires_control=False)
261261
async def app_intent(self, intent: str, param: str = None) -> protocol.AppIntentResponse:
262262
"""Send Vector an intention to do something.
263263

0 commit comments

Comments
 (0)