mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Added title field into example (#5095)
Added based on feedback from @Stringyb92 in Chat. Examples were unclear/inconsistent.
This commit is contained in:
parent
796ef7a3fb
commit
d31e48d4c0
@ -36,6 +36,7 @@ automation:
|
||||
action:
|
||||
service: notify.ios_<your_device_id_here>
|
||||
data:
|
||||
title: "Smart Home Alerts"
|
||||
message: "Something happened at home!"
|
||||
data:
|
||||
push:
|
||||
@ -53,6 +54,7 @@ automation
|
||||
action:
|
||||
service: notify.ios_<your_device_id_here>
|
||||
data:
|
||||
title: "Smart Home Alerts"
|
||||
message: "Something happened at home!"
|
||||
data:
|
||||
subtitle: "Subtitle goes here"
|
||||
|
Loading…
x
Reference in New Issue
Block a user