Advertisement
asyscom

Untitled

May 13th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.53 KB | None | 0 0
  1. telegram_bot:
  2.   - platform: polling
  3.     api_key: !secret api_key_telegram
  4.     parse_mode: html
  5.     allowed_chat_ids:
  6.      - ID_MIO
  7.       - ID_MOGLIE
  8.      
  9.   - platform: polling
  10.     api_key: !secret api_key_telegram2
  11.     parse_mode: html
  12.     allowed_chat_ids:
  13.      - ID_MIO_FRATELLO
  14.          
  15.      
  16. notify:
  17.   - name: Telegram
  18.     platform: telegram
  19.     chat_id: ID_MIO
  20.   - name: Telegram2
  21.     platform: telegram
  22.     chat_id: ID_MIA_MOGLIE
  23.   - name: Telegram3
  24.     platform: telegram
  25.     chat_id: ID_MIO_FRATELLO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement