From 1d455400bbd7292378763bc2b968c5eccccb30ae Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 31 Jan 2021 17:08:19 +0100 Subject: [PATCH] Added dedicated telegram chat for Giorgio and Laura --- components/telegram.yaml | 1 + notify/telegram.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/components/telegram.yaml b/components/telegram.yaml index ba2be652..97016a23 100644 --- a/components/telegram.yaml +++ b/components/telegram.yaml @@ -7,3 +7,4 @@ allowed_chat_ids: - !secret telegram_bot_chat_id_group - !secret telegram_bot_chat_id_giorgio + - !secret telegram_bot_chat_id_laura diff --git a/notify/telegram.yaml b/notify/telegram.yaml index 2c0fe84c..ee74d34b 100644 --- a/notify/telegram.yaml +++ b/notify/telegram.yaml @@ -5,3 +5,11 @@ - platform: telegram name: telegram chat_id: !secret telegram_bot_chat_id_group + +- platform: telegram + name: telegram_giorgio + chat_id: !secret telegram_bot_chat_id_giorgio + +- platform: telegram + name: telegram_laura + chat_id: !secret telegram_bot_chat_id_laura \ No newline at end of file -- 2.47.3