Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Actions on Google not showing device registration option

I am trying to use google assistant in a raspberry pi project. I have created my developer project. However, there is no option to register the device model as instructed in Google Assistant SDK for Devices ->

https://developers.google.com/assistant/sdk/guides/library/python/embed/register-device

As a result i am not able to execute the sample code.

like image 280
Koustubh Kashalkar Avatar asked Jan 29 '23 03:01

Koustubh Kashalkar


1 Answers

The link was also not there for me. I just started guessing at the URL until I found it:

https://console.actions.google.com/u/0/project/{your-project-name}/deviceregistration/

This allows you to follow the instructions in their docs to register a device.

like image 84
Chad Avatar answered May 16 '23 08:05

Chad