Configuración Inicial
This commit is contained in:
23
packages/telegram_bot.yaml
Executable file
23
packages/telegram_bot.yaml
Executable file
@@ -0,0 +1,23 @@
|
||||
telegram_bot:
|
||||
- platform: polling
|
||||
api_key: !secret telegram_apikey
|
||||
allowed_chat_ids:
|
||||
- -396720922 #Esperando al Tren (Isabel)
|
||||
- -377291891 #HANotificacionesSilvia
|
||||
- -381626310 #HANotificacionesFamilia
|
||||
- -377425576 #HANotificacionesDiego
|
||||
|
||||
notify:
|
||||
- name: Telegram_Diego
|
||||
platform: telegram
|
||||
chat_id: -377425576
|
||||
- name: Telegram_Silvia
|
||||
platform: telegram
|
||||
chat_id: -377291891
|
||||
- name: Telegram_Familia
|
||||
platform: telegram
|
||||
chat_id: -381626310
|
||||
- name: Telegram_Isabel
|
||||
platform: telegram
|
||||
chat_id: -396720922
|
||||
|
||||
Reference in New Issue
Block a user