Reputation: 22566
I am trying to test a very basic home automation action. I have followed all the tutorials etc.
However I am stuck with testing the action in the simulator. I named my action Testing
.
When I got to simulator, it suggests that I say, "Talk to Testing". When I do that. It just says We're sorry, but something went wrong. Please try again.
How do I know whats wrong. I was watching my oAuth Server and no http requests where even made to it. So its not even trying to authenticate.
Upvotes: 0
Views: 131
Reputation: 11978
When you build a smart home action, it's not conversational. Doing "Talk to Testing" would not work as that query does not fit within the standard types of queries that can be made to a smart home action.
To use the simulator for smart home actions, you need to follow the testing guide.
Upvotes: 2