Updated notify page with working image link (#15799)

This commit is contained in:
Daniel Jost 2020-12-02 01:15:15 -08:00 committed by GitHub
parent c4a3cc1054
commit 46f62d534f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ For services which have support for sending images.
{ "message": "Test plugin",
"data": {
"photo": {
"url": "http://www.gbsun.de/gbpics/berge/berge106.jpg"
"url": "https://raw.githubusercontent.com/home-assistant/home-assistant.io/current/source/images/default-social.png"
}
}
}
@ -78,7 +78,7 @@ action:
message: "Test plugin"
data:
photo:
url: "http://www.gbsun.de/gbpics/berge/berge106.jpg"
url: "https://raw.githubusercontent.com/home-assistant/home-assistant.io/current/source/images/default-social.png"
```