From: Giorgio Ravera Date: Fri, 4 Jul 2025 16:09:14 +0000 (+0200) Subject: Removed telegram due to integration into lovelace X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=15282d4ced9488ecff92c835c122e87eb3e2661e;p=homeassistant.git Removed telegram due to integration into lovelace --- 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