Untitled

                Never    
YAML
       
telegram_bot:
  - platform: polling
    api_key: !secret api_key_telegram
    parse_mode: html
    allowed_chat_ids:
      - ID_MIO
      - ID_MOGLIE
      
  - platform: polling
    api_key: !secret api_key_telegram2
    parse_mode: html
    allowed_chat_ids:
      - ID_MIO_FRATELLO
         
      
notify:
  - name: Telegram
    platform: telegram
    chat_id: ID_MIO
  - name: Telegram2
    platform: telegram
    chat_id: ID_MIA_MOGLIE
  - name: Telegram3
    platform: telegram
    chat_id: ID_MIO_FRATELLO

Raw Text