Liese
(Jörg)
January 16, 2020, 9:06pm
1
Hi,
my notification works fine - in general.
Now I did add another ID - and the messages are only been sent to the added user.
Do you realize any error in my code?
telegram_bot:
- platform: polling
api_key: "105xxxxxxxx:AAxxxxxxxxxxxxxxxEJEwMQqgKE"
allowed_chat_ids:
- 105xxxxxxxx
- 100xxxxxxxx
notify:
- name: HA_Message
platform: telegram
chat_id: 105xxxxxxxx
chat_id: 100xxxxxxxx
Would be great if someone can check…
Regards,
Joerg
PS: I have no clue how the quote feature works…everytime the window pops up with 3 dashes, but my german keyboard seems not to offer the right ones…annoying. I hope it can be read the way it is…
tom_l
January 16, 2020, 9:17pm
2
No the formatting is not acceptable.
On German keyboard, backtick ´ is on the left to backspace , or right to ß key.
You need to press that key and then press space to show up the ´ character.
So six key presses for three backticks.
Liese
(Jörg)
January 17, 2020, 10:50am
3
Ok, at least on my mobile I found the key…
Thank you
tom_l
January 17, 2020, 10:55am
4
Good work. You need to format it like this:
telegram_bot:
- platform: polling
api_key: "105xxxxxxxx:AAxxxxxxxxxxxxxxxEJEwMQqgKE"
allowed_chat_ids:
- 105xxxxxxxx
- 100xxxxxxxx
notify:
- name: HA_Message_1
platform: telegram
chat_id: 105xxxxxxxx
- name: HA_Message_2
platform: telegram
chat_id: 100xxxxxxxx