From 02908a82d6e72622a335ac7ba11f01f4467c71fe Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Tue, 24 Dec 2019 15:13:49 +0100 Subject: [PATCH] add raw to the delay template (#11456) * add raw to the delay template add raw to the delay template. might need something extra: right now, when visiting this page, no value is displayed for the delay, which wouldn't be correct, since it could suggest it to be valid syntax to do so. Not sure how to change that in the html of this page, so ask for suggestion on behalf of the team. please see https://community.home-assistant.io/t/confused-about-script-field-template-in-docs/155023/7?u=mariusthvdb for more info here * :pencil2: Tweak Co-authored-by: Franck Nijhof --- source/_integrations/script.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/script.markdown b/source/_integrations/script.markdown index 846f5e8e54b..3ff893e8bd0 100644 --- a/source/_integrations/script.markdown +++ b/source/_integrations/script.markdown @@ -65,6 +65,8 @@ sequence: ### Full Configuration +{% raw %} + ```yaml script:  wakeup: @@ -96,6 +98,8 @@ script:  entity_id: group.living_room ``` +{% endraw %} + ### Passing variables to scripts As part of the service, variables can be passed along to a script so they become available within templates in that script.