Dialogflow: Google Assistant App for Android Wear? - wear-os

I try to build a Google Assistant app with Dialogflow.
And it works, I can test the "testversion" of my assistant app on my mobile phone too. It works as expected.
But unfortunately if I use my android wear, it tells me that this app is not supported on this device.
On Dialogflow, I couldn't find a option to enable wearables devices.
Can someone help me to enable wearable support?
Kind Regards
Stefan

This is from here enter link description here
To use your Google Assistant on your watch, you’ll need:
A watch running Android Wear 2.0 and up
A Google Account on the watch
Phone’s language set to a language listed above
An Internet connection on your watch via a Bluetooth connection through Wi-Fi or cellular connection

Related

Cannot view mobile app for tab development

I am trying to create a layout for our teams channel tab app but when running the app locally and inspecting it as a mobile device, teams throws an error that the browser is not supported.
Can anyone point me in the correct direction to develop my app for mobile use or how I can view the mobile app from the VS Code Teams Toolkit debugging tools?
I have tried to run the app in chrome and in MS Edge browsers and use the inspector device emulators in both but get the same error. I have also tried connecting via my local machine's IP /the FE port 53000 and also have had no luck there.
I used directly my mobile device (android) with Teams App installed for debugging teams custom tab (both phone and tablet worked fine). Connect your android device to your laptop/desktop (using USB), and then on the phone:
Enable USB debugging
Enable "Developer Preview" in Teams options
In the desktop chrome, navigate to chrome://inspect/devices and you should see your device there in the list available for inspection/debugging. You could probably also connect using local WIFI (?), but I have not tried that. Also never tried that with Edge, so not sure if it works.
https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/developer-tools#access-devtools-from-an-android-device
It's not possible to debug a Teams tab on iOS using Windows (or Mac). Using Dev Tools, we can debug Teams tab in desktop and Android clients.
Ref Document: https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/developer-tools

How to add a custom device into google Home

I've created a smart device with esp32 using adafruit IO and integrated it with google assistant using IFTTT. This way I can control the device using custom voice controls from google assistant or access the adafruit IO panel and toggle the device.
The problem is that I can't find a way to add this device into the google home app, to control it alongside my other smart switch.
Apparently, there is a google home SDK, but I'm not sure how I could integrate my esp32 to it.
You'll want to use Google's smart home platform and build a cloud integration. You may be able to follow Google's codelabs to get started or check out one of the existing code samples.

Connect google assistant with chromecast( like netflix)

Is that possible to connect google assistant with chromecast like netflix.
suppose i have already developed an app for google assistant, app name is test and suppose i have something in the test app to show like report.
Is this possible that,I would say hey google, show report then. It should automatically search chromecast devices nearby and connect to near by chromecast device then show the report on that connected chromecast device.
Yes, this is possible. Since August 2018, voice commands officially work with the following apps:
Netflix
CW
CBS All Access
HBO Now
YouTube
YouTube TV
Viki
Crackle
Red Bull
Starz
Google Play Movies & TV (for videos you’ve already rented or purchased)
To use voice commands with Chromecast, you need a device with Google Assistant (such as the Google Home or Google Home Mini smart speaker), plus a phone or tablet with the Google Assistant app installed. Voice commands also work with some smart TVs that have Chromecast built in (see Google’s website for a list of supported sets). Check this article for more details.
While casting from other sources works, an action is not able to provide content that can be casted to other devices.

Cant debug any apps on google chromecast device

I registered the chromecast in chrome developer account but still i am not able to debug any apps. Chromecast is showing up in the developer console, but the inspect button is not visible. I tried debugging my own styled media receiver app.
https://developers.google.com/cast/docs/debugging
You might have to restart your device to ensure it downloads the latests configs for development. Also, it is very easy to get the serial number wrong when you register your device in the Google Cast Developer console, so double check that too.

AIY Voice Kit with Voice HAT on Raspberry Pi 3 suddenly requires Google Assistant on phone. Why?

After deleting all activity associated with the Google account linked to the AIY Voice Kit Pi project, the Assistant no longer responds to voice input queries. Now the Assistant responds, "Actually there are some basic settings that need your permission first. Just go into the Google Assistant settings on your phone for more details." I did not use a phone for initial setup of the AIY Voice Kit project. Why would I need to use a phone now? Is there a workaround that I can do using the web interface of my Google account?
You should be able to follow these instructions through the web to enable certain permissions in order to use the Assistant.
Open the Activity Controls page
Ensure the following toggles are on:
Web & App Activity
In addition, be sure to select the Include Chrome browsing history and activity from websites and apps that use Google services checkbox.
Device Information
Voice & Audio Activity
If you are using a corporate managed Google account with the Google Assistant SDK ask your administrator to turn on Web & App Activity (for everyone or just your account). Ours was turned off for everyone which prevents an individual user from selecting the "Include Chrome browsing history and activity from websites and apps that use Google services" checkbox.
Google Admin G-Suite

Resources