Generate list of available voice commands

Hello!

I recently set up HA and acquired a Voice PE. Coming from a different ecosystem, I am slowly learning what I need to say to achieve various things and fixing names and aliases in HA accordingly. I am using Assist with Home Assistant Cloud.

The following thought occurred to me: is there a way to generate a report on all commands that Assist can receive based on my current devices?

Thanks!

No, but there is a list of the built-in sentences in the docs:

Following those instructions, “turn on the office light” works but “set office light brightness to 50%” returns “I am not aware of any device called office light”. Any suggestion?

Read the voice debug log under settings > voice assistants to see what it thought it heard…

Thanks. The logs show it transcribed my voice command perfectly. And I also tried writing it directly into the Assist text box, so I don’t think it’s a problem with what the device hears.

Did it show the intent it matched. (it should)

I am not sure. This is from the logs:

  - type: intent-start
    data:
      engine: conversation.home_assistant
      language: en
      intent_input: Set the office light brightness to 50%.

Is this what I am looking for? Thanks.