11 lines
341 B
YAML
11 lines
341 B
YAML
# Telegram Integration
|
|
# https://www.home-assistant.io/integrations/telegram_bot/
|
|
|
|
telegram_bot:
|
|
- platform: polling
|
|
api_key: !secret telegram_api_key
|
|
allowed_chat_ids:
|
|
- !secret telegram_dev # dev chat
|
|
- !secret telegram_chk # christian
|
|
- !secret telegram_homegroup # home-gruppe
|
|
parse_mode: html |