Jon Griffith 7643e2261e Display problem with script section... (#4087)
I banged my head against the table for hours trying to make the script work on this page and then I figured out something.  When viewing the page on the HA site, the variable tags {{value1}}, etc...do not display.  I only see two quotes.

This is what I was seeing.  ```{"event":"TestHA_Trigger", "value1":"", "value2":"", "value3":""}```

And I should be seeing this:  ```{"event":"TestHA_Trigger", "value1":"{{value1}}", "value2":"{{value2}}", "value3":"{{value3}}"}

Above this section in the automation, there's a tag called { % raw % } which I'm unfamiliar with, but I made a guess that this needs to be inserted.  I may have been wrong.  If so, I hope I've identified a valid problem.  Thanks!
2017-11-28 20:33:54 +01:00
..
2017-11-17 12:36:39 +01:00
2017-11-02 00:07:05 +01:00
2017-11-28 09:43:29 +01:00
2017-11-06 06:44:07 +01:00
2017-11-20 21:40:30 -08:00
2017-11-25 00:17:43 +01:00
2017-11-18 12:19:10 -08:00