Update notify_if_over_threshold.markdown

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

View File

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