Passing Home assistant states to webcore global variable


#1

Hi there,

Self explanatory. Im trying to pass on a variable from homeassistant to webcore.
It would be basically be a state of a entity, and it would be in the form of string.

I know this is a very uncommon practice but i hope that someone did it previously
Thanks!


#2

You can call your piston url and pass on the data to it. In that piston log $args variable to see the data being received.