minor docs updates
This commit is contained in:
parent
ee9dc35b21
commit
226b538e9b
6 changed files with 12 additions and 8 deletions
|
@ -34,7 +34,7 @@ automation:
|
|||
trigger:
|
||||
...
|
||||
action:
|
||||
service: notify.iOSApp
|
||||
service: notify.ios_<your_device_id_here>
|
||||
data:
|
||||
message: "Something happened at home!"
|
||||
data:
|
||||
|
@ -51,7 +51,7 @@ automation
|
|||
trigger:
|
||||
...
|
||||
action:
|
||||
service: notify.iOSApp
|
||||
service: notify.ios_<your_device_id_here>
|
||||
data:
|
||||
message: "Something happened at home!"
|
||||
data:
|
||||
|
|
|
@ -17,7 +17,7 @@ Will show a map with a red tipped pin at the coordinates given.
|
|||
The map will be centered at the coordinates given.
|
||||
|
||||
```yaml
|
||||
service: notify.iOSApp
|
||||
service: notify.ios_<your_device_id_here>
|
||||
data:
|
||||
message: Something happened at home!
|
||||
data:
|
||||
|
@ -44,7 +44,7 @@ You can use the attachment parameters `content-type` and `hide-thumbnail` with c
|
|||
You can view an example [here](https://www.youtube.com/watch?v=LmYwpxPKW0g).
|
||||
|
||||
```yaml
|
||||
service: notify.iOSApp
|
||||
service: notify.ios_<your_device_id_here>
|
||||
data:
|
||||
message: Motion detected in the Living Room
|
||||
data:
|
||||
|
|
|
@ -22,7 +22,7 @@ automation
|
|||
trigger:
|
||||
...
|
||||
action:
|
||||
service: notify.iOSApp
|
||||
service: notify.ios_<your_device_id_here>
|
||||
data:
|
||||
message: "request_location_update"
|
||||
```
|
||||
|
|
|
@ -19,7 +19,7 @@ Here is an example notification that uses one of the pre-installed sounds.
|
|||
trigger:
|
||||
...
|
||||
action:
|
||||
service: notify.iOSApp
|
||||
service: notify.ios_<your_device_id_here>
|
||||
data:
|
||||
message: “Something happened at home!”
|
||||
data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue