Entity not working on Google Assistant


#1

I have a entity which is @sys.person. The entity gets filled but when I say it back it says object object instead.
I am assinging it using

global.guest_name_input = this.$inputs.guest_name.value;

This works on Alexa but is not working on Google.


#2

Could you log this.$inputs and share it here?


#3

This is the log of this.$input
guest_name seems weird. On Alexa it works but not here, why. I have defined it in my en-IN.json The second image is for that.

I guess I can access it by using :slight_smile:

this.$inputs.guest_name.value.name but for alexa it is this.$inputs.guest_name.value

33