From fb5c8b60b7b8d8b0b2c598138a9af0819ce28ae9 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 10 Sep 2016 23:33:06 +0200 Subject: [PATCH] Update notify_if_over_threshold.markdown --- source/_cookbook/notify_if_over_threshold.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/notify_if_over_threshold.markdown b/source/_cookbook/notify_if_over_threshold.markdown index a7651eb534f..36ccaaa6675 100644 --- a/source/_cookbook/notify_if_over_threshold.markdown +++ b/source/_cookbook/notify_if_over_threshold.markdown @@ -27,7 +27,7 @@ automation: above: 2 action: service: notify.mypushbullet - data: + data_template: title: "Furnace fan is running" message: "Fan running because current is {% raw %}{{ states.sensor.furnace.state }}{% endraw %} amps" ```