fsnsantana

Results 3 comments of fsnsantana

I'm with the same problem, timer and alarm volume is too low and all other sounds is working fine. I updated to the latest version, 1.0.1, but the problem remains....

@hasmar04, here, have some instructions to handle commands on the device [https://developers.google.com/assistant/sdk/guides/library/python/extend/handle-device-commands](Google Assistant SDK) First get the source code: `git clone https://github.com/googlesamples/assistant-sdk-python` Then use this file as template: `cd assistant-sdk-python/google-assistant-sdk/googlesamples/assistant/library`...

@hasmar04 No, I don't. I used `assistant.stop_conversation()` to suspend assistant and initiate some custom commands at the beginning of my project, now I'm using custom device actions [Register Custom Device...