tomlut 807e232172
Add quotes to the payload_template example. (#14206)
The payload_template example was missing enclosing quotes. Confirmed that this is required. 

`payload_template: {{ states('sun.sun') }}` causes the service call to fail, ("value should be string for dictionary value").

`payload_template: "{{ states('sun.sun') }}"` publishes correctly
2020-08-10 19:48:07 +02:00
..
2020-08-03 12:00:29 +02:00