Hi all,
Let me explain my title-question.
I am able to ask Google Assistant to do something and triggering a script in Home Assistant.
Therefore a routine is set in the Google Home App.
For example, when I say:
“Hey google, what’s the current pool temperature.”
It triggers a script notifying a device with the text “The current pool temperature is {temp.value.setting} degrees”.
This device is hardcoded and always the same.
Is it possible to respond back to Google Assistant so it is answering the device it was asked from?
So when I ask it on my phone, the phone responses.
When I ask it on a Google Nest, the Nest responses.
I guess I have to do this by another approach. Not calling a notify command, but responding to google somehow (json callback?).
Any ideas?