From 12e2c234e86fa28f6ee8f22bba2b9f080a85003c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 23 May 2018 13:36:37 -0400 Subject: [PATCH] Remove raw tag --- docs/external_api_rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/external_api_rest.md b/docs/external_api_rest.md index 40ed8e18..a4de54ee 100644 --- a/docs/external_api_rest.md +++ b/docs/external_api_rest.md @@ -452,7 +452,7 @@ Render a Home Assistant template. [See template docs for more information.](http ```json { - "template": "Paulus is at {% raw %}{{ states('device_tracker.paulus') }}{% endraw %}!" + "template": "Paulus is at {{ states('device_tracker.paulus') }}!" } ```