Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/_docs/templating/tutorial-battery-alerts.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You want this to run once every morning.
### Add the action

1. Under **Then do**, select **Add action**.
2. Choose **Call service**, then pick your `notify` action (like `notify.mobile_app_your_phone`).
2. Choose **Perform Action**, then pick your `notify` action (like `notify.mobile_app_your_phone`).
3. Fill in the message field with the template you built in step 3.

In YAML, the action looks like this:
Expand Down
Loading