From 15282d4ced9488ecff92c835c122e87eb3e2661e Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 4 Jul 2025 18:09:14 +0200 Subject: [PATCH] Removed telegram due to integration into lovelace --- components/telegram.yaml | 10 ---------- configuration.yaml | 3 --- 2 files changed, 13 deletions(-) delete mode 100644 components/telegram.yaml diff --git a/components/telegram.yaml b/components/telegram.yaml deleted file mode 100644 index 97016a23..00000000 --- a/components/telegram.yaml +++ /dev/null @@ -1,10 +0,0 @@ -###################################################################### -# Component: Telegram -###################################################################### - -- platform: polling - api_key: !secret telegram_bot_access_token - allowed_chat_ids: - - !secret telegram_bot_chat_id_group - - !secret telegram_bot_chat_id_giorgio - - !secret telegram_bot_chat_id_laura diff --git a/configuration.yaml b/configuration.yaml index e8bf8534..6d5ff0cf 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -239,9 +239,6 @@ mqtt: # Proxmox proxmoxve: !include components/proxmox.yaml -# Telegram -telegram_bot: !include components/telegram.yaml - # Monitor Docker monitor_docker: !include components/monitor_docker.yaml -- 2.47.3