mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-09-13 23:14:32 +00:00
minor updates.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user