mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update Synology Chat docs (#7100)
We now allow passing through file_url to the Synology Chat API so the Synology Chat bot can upload files
This commit is contained in:
parent
2bf8e2135b
commit
bebdd1c48a
@ -38,3 +38,13 @@ resource:
|
|||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
||||||
|
|
||||||
|
A full example of a service call:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{"message": "This is a test message",
|
||||||
|
"data":{
|
||||||
|
"file_url":"https://example.com/wp-content/uploads/sites/14/2011/01/cat.jpg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user