12

Google recently announced that Google Conversational action are getting deprecated, and will be removed completely by 13th June 2023.

What are the alternatives to the conversational action available now?

I understand that Google recommends app action over conversational action. As I understand, App action are used to interact with android action, this does not fulfil my requirements.

I want to control my smart home device using voice commands. The required device type is treadmill and required trait is speedControl. I have checked the Google Smart Home action documentation, I could not find any device type and trait that would satisfy my requirements, hence using smart home action is not the option.

What are the alternative options to support the device control for device types and traits not supported by smart home action ?

  • Does this mean I will have to throw out my Nest Hub? Smart displays will not work anymore? – Bela Vizy Jun 14 '22 at 13:29
  • @BelaVizy - To answer your question directly, Smart Displays such as the Nest Hub will continue to be supported. Google has announced that they will be supporting the Matter smart home protocol, and even announced recent new features for the Nest Hub Max. The announcement about Conversational Actions just limits, at least for now, who can create new commands for it and how those commands can be created. Asking for music, videos, timers, weather, and so forth with continue to work. – Prisoner Jun 15 '22 at 10:03
  • @Sonali - Can you describe a little bit more about what device types and traits you are looking for that aren't supported? – Prisoner Jun 15 '22 at 10:04
  • 1
    To the person looking to close - this is very much a valid and appropriate question for Stack Overflow. It is a practical, hopefully answerable, question about software development and tools on a specific platform. It is well within the bounds of topics for this site. – Prisoner Jun 15 '22 at 10:08
  • @Prisoner The question is asking for recommendation of alternatives--software tools--to support this. An obvious disallowed request. Despite any need, the question is just not allowed here. – Rob Jun 25 '22 at 11:20

1 Answers1

0

I would recommend filing a ticket request for a new device type/trait to the Smart Home support team. That will help inform them what device types/traits to prioritize as they continue to build out device compatiblities for the new Matter protocol. Ideally one of these paths would be implemented for you by the time conversational actions are deprecated next June.

Alternatively, you could use custom intents to jump to your treadmill controller mobile app, which can then route the controls to your device. This fulfillment path would not work directly through the Google Home app on Nest devices, but would still enable you to have voice control for your device.

ToniCorinne
  • 503
  • 3
  • 12