mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +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:
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user