Skip to content

Commit bf67b6d

Browse files
authored
Update notify_if_over_threshold.markdown
1 parent fb5c8b6 commit bf67b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_cookbook/notify_if_over_threshold.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you also want a notification when it drops back down below that limit, you co
4242
below: 2
4343
action:
4444
service: notify.mypushbullet
45-
data:
45+
data_template:
4646
title: "Furnace fan is stopped"
4747
message: "Fan stopped because current is {% raw %}{{ states.sensor.furnace.state }}{% endraw %} amps"
4848
```

0 commit comments

Comments
 (0)