Here’s the idea.
“Hey Google, status, dishes.”
Assuming I have a binary sensor defined that can report the state of the dishwasher (i.e., clean or dirty), I would like to be able to ask the house:
“Hey Google, [device], status.”
Then, Google would use TTS notification to build a response:
“The dishes are clean.” (“The {{msg.device}} are {{msg.status}}”)
NodeRED is my choice. Any ideas on how to do this efficiently?