From: Giorgio Ravera Date: Sun, 31 Jan 2021 16:08:19 +0000 (+0100) Subject: Added dedicated telegram chat for Giorgio and Laura X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=1d455400bbd7292378763bc2b968c5eccccb30ae;p=homeassistant.git Added dedicated telegram chat for Giorgio and Laura --- 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