From a83570da986fe2ad599aae6b975aa5850f3a82f1 Mon Sep 17 00:00:00 2001 From: Marc Forth Date: Fri, 16 Nov 2018 07:56:07 +0000 Subject: [PATCH] Update alert.markdown (#7524) Added raw tags for template in last example as the templates weren't displaying correctly. --- source/_components/alert.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/alert.markdown b/source/_components/alert.markdown index 5c97d5cf4a1..5f93724faa2 100644 --- a/source/_components/alert.markdown +++ b/source/_components/alert.markdown @@ -215,7 +215,7 @@ of the entity. repeat: 30 can_acknowledge: True skip_first: True - message: "Plant {{ states.plant.plant_office }} needs help ({{ state_attr('plant.plant_office', 'problem') }})" + message: {% raw %} "Plant {{ states.plant.plant_office }} needs help ({{ state_attr('plant.plant_office', 'problem') }})" {% endraw %} done_message: Plant in office is fine notifiers: - ryans_phone