Skip to content

Commit d31e48d

Browse files
Carlo Costanzofrenck
Carlo Costanzo
authored andcommitted
Added title field into example (home-assistant#5095)
Added based on feedback from @Stringyb92 in Chat. Examples were unclear/inconsistent.
1 parent 796ef7a commit d31e48d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_docs/ecosystem/ios/notifications/basic.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ automation:
3636
action:
3737
service: notify.ios_<your_device_id_here>
3838
data:
39+
title: "Smart Home Alerts"
3940
message: "Something happened at home!"
4041
data:
4142
push:
@@ -53,6 +54,7 @@ automation
5354
action:
5455
service: notify.ios_<your_device_id_here>
5556
data:
57+
title: "Smart Home Alerts"
5658
message: "Something happened at home!"
5759
data:
5860
subtitle: "Subtitle goes here"

0 commit comments

Comments
 (0)