Skip to content

Commit 0c5b085

Browse files
GMFalkafabaff
authored andcommitted
Update notify.telegram.markdown (home-assistant#1740)
* Update notify.telegram.markdown "Document support" texts was saying "photos" insted of "documents". Fixed. * Update notify.telegram.markdown * Update notify.telegram.markdown
1 parent 952ff73 commit 0c5b085

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/_components/notify.telegram.markdown

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ action:
6767
service: notify.NOTIFIER_NAME
6868
data:
6969
title: Send an images
70-
message: That's a example that sends an image.
70+
message: That's an example that sends an image.
7171
data:
7272
photo:
7373
- url: http://192.168.1.28/camera.jpg
@@ -81,8 +81,8 @@ action:
8181

8282
- **url** or **file** (*Required*): For local or remote path to an image.
8383
- **caption** (*Optional*): The title of the image.
84-
- **username** (*Optional*): Username for an URL which require HTTP basic authentication.
85-
- **password** (*Optional*): Username for an URL which require HTTP basic authentication.
84+
- **username** (*Optional*): Username for a URL which require HTTP basic authentication.
85+
- **password** (*Optional*): Username for a URL which require HTTP basic authentication.
8686

8787
### {% linkable_title Document support %}
8888

@@ -92,18 +92,18 @@ action:
9292
service: notify.NOTIFIER_NAME
9393
data:
9494
title: Send a document
95-
message: That's a example that sends a document.
95+
message: That's an example that sends a document.
9696
data:
9797
document:
9898
file: /tmp/whatever.odf
99-
caption: Picture Title xy
99+
caption: Document Title xy
100100
101101
```
102102

103-
- **url** or **file** (*Required*): For local or remote path to an image.
104-
- **caption** (*Optional*): The title of the image.
105-
- **username** (*Optional*): Username for an URL which require HTTP basic authentication.
106-
- **password** (*Optional*): Username for an URL which require HTTP basic authentication.
103+
- **url** or **file** (*Required*): For local or remote path to a document.
104+
- **caption** (*Optional*): The title of the document.
105+
- **username** (*Optional*): Username for a URL which require HTTP basic authentication.
106+
- **password** (*Optional*): Username for a URL which require HTTP basic authentication.
107107

108108
### {% linkable_title Location support %}
109109

0 commit comments

Comments
 (0)