Questions tagged [google-home]

This tag targets question related to programming for Google Home device.

752 questions
6
votes
2 answers

List of all available actions in Google Home

Where do I get the list of all available actions in Google Home? I don't want to write an action if there is an existing action for the same purpose. I can search for a skill in Alexa skills. I am not sure how to do that in Google Home.
alexa0417
  • 81
  • 6
6
votes
2 answers

Can I get requester's local time (or offset) from Actions On Google?

I'm building on the Actions On Google API using API.ai. In order to fulfil one of my actions I need to know the user's location and local time. I have been able to successfully ask for and receive back the user's location. However, I cannot see any…
strttn
  • 2,320
  • 1
  • 18
  • 17
6
votes
3 answers

How to close mic for a conversation action?

Google just rejected my app that I'd built using API AI. Following is the feedback from Google team: Please either close the mic after app delivers its functionality, or prompt the user to either ask again or cancel. Does anyone know how to prompt…
Sai
  • 2,089
  • 3
  • 19
  • 30
5
votes
2 answers

How to make a Google Home (Mini) publish what it listens to a MQTT topic (and broker)?

I have a Google Home Mini and I'm trying to use it as a speech-to-text device. The way I intend to do so is by having the device listening to what is said and publishing that input to an MQTT broker in order to my application to listen to it. I have…
Pedro Alves
  • 185
  • 1
  • 10
5
votes
1 answer

How to make my Smart Home app show as a suggestion in the Google Home App

When I open the Google Home app, I can see that it suggests connecting to smart home apps that I have installed on my Android or iOS device. I'm working on an app that has a published Smart Home integration, but it does not show as a suggestion. I…
5
votes
0 answers

"Requested entity was not found" when writing on Google Home Graph

I'm trying to update the state of a device using Google Home Graph API, but I'm getting this reply and I don't understand why: { "error": { "code": 404, "message": "Requested entity was not found.", "status": "NOT_FOUND" } } This is…
STT
  • 215
  • 1
  • 11
5
votes
4 answers

Google Home "Couldn't update the setting. Check your connection.'

So this type of error is being reported on a lot of community boards over the course of the last year with no acceptable answer we could find. We have just started our journey integrating with Google Home and created a Home Automation Action and we…
5
votes
2 answers

Is their any way to send multiple simple response in dialogflow

I need to send (more than 2 responses) simple responses back to user during the invocation for particular intent. But it is restricted to 2 simple response as mentioned in actions on google documentation. Is there any other way to send multiple…
Abhilash G
  • 109
  • 1
  • 11
5
votes
1 answer

dialogflow simple fulfillment webhook in c# not working

I am very new to dialogflow and WebAPIs, and having trouble with a simple dialogflow fulfillment webhook written in C# and hosted on Azure. I am using dialogflow V2.0 API version. Currently my fulfillment works and returns a simple response but has…
5
votes
2 answers

Google home action rest api call

I am struggling to find how to let google home do a local network rest call. I have some ESP8266 laying around with mDNS and rest api in them. Now with the google home I want it to send a rest call to the device. I don't want any web hooks /…
kay
  • 151
  • 1
  • 5
5
votes
2 answers

Can I use Python to build an action for Google Home

I am starting development of Google Home actions and would like to do so with the Python language instead of node js, provided in the getting started tutorial at https://developers.google.com/actions/get-started/. I was going through the tutorial…
Tushar Aggarwal
  • 827
  • 1
  • 10
  • 26
5
votes
1 answer

Google Home App, cannot get OAUTH working properly

We are building a smart home app using actions on google for the google home. Our app requires signing into our system to be able to access the users devices so they can control them using their voice over google home. Our user backend is built…
HumanTarget
  • 506
  • 2
  • 13
5
votes
3 answers

Get email from user using Google actions

I want to recieve the user email using Google Actions as documented here but docs talks about EMAIL permission, but when I read the permission docs here I can't find any EMAIL permission. Any help? How can I receive the user email?
greywolf82
  • 21,813
  • 18
  • 54
  • 108
5
votes
4 answers

Account Unlinking on Actions on Google

I'm developing an action on Google that requires the user to login with my services. I was able to implement account linking. That works fine; I'm able to complete the entire flow to authenticate the user using the Google Home app, but I couldn't…
BeNeXuS
  • 497
  • 5
  • 11
4
votes
0 answers

Trying to get a basic google home action to call my web hook from the simulator

I did the following: Created a python flask API and ran it on a server using SSL Successfully tested the API using Postman Created a new project on https://console.actions.google.com/ Created an action and gave it a name Skipped account linking for…
user1686620
  • 2,801
  • 4
  • 18
  • 21
1
2
3
50 51