0

I want to access our doorbell product to Google Voice Assistant, but didn't find the Doorbell type in Google Assistant Doc. https://developers.google.com/assistant/smarthome/guides

I wonder whether GVA support RTC and Doorbell related functionality such as doorbell notification. For example:

  1. When someone rings the doorbell, the ringing message will be delivered to GVA automatically, and the device with GVA will playing "Someone is ringing the doorbell".

  2. The device with GVA can display a live view of Doorbell when user say "show me the doorbell" and user can have a talk with the guest outside with a real time communication(RTC).

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

0

This is not currently supported by the platform, but you can subscribe to the doorbell type request on the public tracker to be notified once it is released.

In the the mean time, you could implement the CameraStream trait to enable users to request to "Show the front door", though this would need to be proactively requested by the user when they hear a doorbell ring.

ToniCorinne
  • 503
  • 3
  • 12