Added title field into example (#5095)

Added based on feedback from @Stringyb92 in Chat.  Examples were unclear/inconsistent.
This commit is contained in:
Carlo Costanzo 2018-04-03 14:10:26 -04:00 committed by Franck Nijhof
parent 796ef7a3fb
commit d31e48d4c0

View File

@ -36,6 +36,7 @@ automation:
action: action:
service: notify.ios_<your_device_id_here> service: notify.ios_<your_device_id_here>
data: data:
title: "Smart Home Alerts"
message: "Something happened at home!" message: "Something happened at home!"
data: data:
push: push:
@ -53,6 +54,7 @@ automation
action: action:
service: notify.ios_<your_device_id_here> service: notify.ios_<your_device_id_here>
data: data:
title: "Smart Home Alerts"
message: "Something happened at home!" message: "Something happened at home!"
data: data:
subtitle: "Subtitle goes here" subtitle: "Subtitle goes here"