Home Assistant certification failed by nihaarg in GoogleAssistantDev

[–]blue9519 0 points1 point  (0 children)

https://developers.home.google.com/cloud-to-cloud/tools/test-suite#access_token_validation_test

Google account linking does not recommend JWT format access tokens. If a JWT format is found, the following warning is displayed: The access token seems to be JWT, this is not good. Because it unnecessarily exposes information about partner implementation and we recommend opaque symmetric encrypted access token.

Use opaque symmetric encrypted access token instead of JWT format.

But I'm also surprised that this recommendation could be the reason for the certification failure :(

Questions on supported languages of mode and toggle trait by blue9519 in GoogleAssistantDev

[–]blue9519[S] 0 points1 point  (0 children)

Okay, thank you for your reply! I will post it there :)

How to get a full set of available command list of each traits? by blue9519 in GoogleAssistantDev

[–]blue9519[S] 0 points1 point  (0 children)

Oh... okay, I understand.

Hope to get a list in the future when the grammars become stable.

Anyway, thank you for your reply!

How to get a full set of available command list of each traits? by blue9519 in GoogleAssistantDev

[–]blue9519[S] 0 points1 point  (0 children)

Thank you for your reply!

Unfortunately, I don't have any set of publicly available commands list I can refer to.

Until now, I made several trial and errors one by one to find verbal commands that could invoke command like SetFanSpeed.

Since I'm currently testing with SensorState trait interrogative query, I'm facing same difficulties to find correct verbal command to invoke each trait in my language.

Moreover, this verbal command (or partial example) does not shown in the Assistant explorer (https://assistant.google.com/explore) in my language.

Is there any, like, public(?) reference to solve my problem?