27 lines
		
	
	
		
			656 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			656 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| telegram_bot:
 | |
|   - platform: polling
 | |
|     api_key: !secret telegram_apikey
 | |
|     allowed_chat_ids:
 | |
|       - -396720922 #Esperando al Tren (Isabel)
 | |
|       - -1001412945826 #Silvia
 | |
|       - -381626310 #Familia
 | |
|       - -307101327 #Diego
 | |
|       - -345841558 #Berni
 | |
| 
 | |
| notify:
 | |
|   - name: Telegram_Diego
 | |
|     platform: telegram
 | |
|     chat_id: -307101327
 | |
|   - name: Telegram_Silvia
 | |
|     platform: telegram
 | |
|     chat_id: -1001412945826
 | |
|   - name: Telegram_Familia
 | |
|     platform: telegram
 | |
|     chat_id: -381626310
 | |
|   - name: Telegram_Isabel
 | |
|     platform: telegram
 | |
|     chat_id: -396720922
 | |
|   - name: Telegram_Berni
 | |
|     platform: telegram
 | |
|     chat_id: -345841558
 | 
