Cannot have multiple notifiers?

Something like this worked years ago, but is not working now. Any workaround? I can have multiple notifiers with different platforms, but not two for telegram

notify:
  - platform: telegram
    name: name1
    chat_id: 000001
  - platform: telegram    
    name name2
    chat_id: 000002

The docs for Telegram say that you can have two (or more) Telegram notifiers and they give the example as you have it written above. (I don’t use it so I can’t say whether it actually does or not)

if it’s not working per the docs then you might need to submit an issue for the integration.

Is the 2nd name missing a “:” in HA or just a typo here?

2 Likes

DAMN, a typo! Thank you very much.