From bf67b6d0d5f1c6cbbf670218513e6d5e7fea6e17 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 10 Sep 2016 23:33:31 +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 36ccaaa6675..c7dbc72ea1c 100644 --- a/source/_cookbook/notify_if_over_threshold.markdown +++ b/source/_cookbook/notify_if_over_threshold.markdown @@ -42,7 +42,7 @@ If you also want a notification when it drops back down below that limit, you co below: 2 action: service: notify.mypushbullet - data: + data_template: title: "Furnace fan is stopped" message: "Fan stopped because current is {% raw %}{{ states.sensor.furnace.state }}{% endraw %} amps" ```