Update notify_if_over_threshold.markdown

This commit is contained in:
Pascal Vizeli 2016-09-10 23:33:31 +02:00 committed by GitHub
parent fb5c8b60b7
commit bf67b6d0d5

View File

@ -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"
```