Advertisement
Guest User

telegram

a guest
Mar 29th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # Example configuration.yaml entry for the Telegram Bot
  2. telegram_bot:
  3. - platform: polling
  4. api_key: YOUR_API_KEY
  5. allowed_chat_ids:
  6. - CHAT_ID_1
  7. - CHAT_ID_2
  8.  
  9. # Example configuration.yaml entry for the notifier
  10. notify:
  11. - name: NOTIFIER_NAME
  12. platform: telegram
  13. chat_id: CHAT_ID_1
  14. - name: NOTIFIER_NAME2
  15. platform: telegram
  16. chat_id: CHAT_ID_2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement