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