Hi,
First time poster
Having Hubitat do some action based og interaction with Google HA is easy enough. But I were looking for having Hubitat react to "some trigger", then get HA ask a question and based on the users response (or lack thereof) do one of two things.
This soulds a bit convoluted or abstract, so I'll give an example:
Hubitat is triggered by temperature sensor reaching a set point.
This makes Hubitat start an action in which it tells HA to execute an order.
HA asks users "Temperature in living room is above XX, should i turn on the AC" then waits for an answer.
If answer is no (or there is no answer) nothing more is done, but if answer is yes, HA sends response/signal to Hubitat which in then turns AC on.
Another example:
Trigger is certain time, Hubitat via HA asks if coffeemaker should be turned off, waits for response and does action.
I know that the google HA API in itself might not allow for this. but i hoped it might since the "Where is my phone" action seems to do at least some of the intended stuff.
Anyone tried this ?