minor updates.

This commit is contained in:
Mahasri Kalavala
2020-09-07 22:02:44 -04:00
parent c05ee5aefb
commit 55880380a0
7 changed files with 92 additions and 49 deletions

View File

@@ -40,6 +40,10 @@ notify:
platform: file
filename: debug.log
- name: telegram
platform: telegram
chat_id: !secret telegram_chatid
tts:
- platform: amazon_polly
aws_access_key_id: !secret aws_access_key_id
@@ -48,8 +52,18 @@ tts:
text_type: ssml
voice: Joanna
#
# Telegram Configuration
#
telegram_bot:
# Setup Broadcast for sending messages
- platform: broadcast
api_key: !secret telegram_apikey
allowed_chat_ids:
- !secret telegram_chatid
# Add Polling
- platform: polling
api_key: !secret telegram_apikey
allowed_chat_ids:
- !secret telegram_chatid