From 1c3f50a74669805949cb2bc27b54c50875638496 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 22 May 2017 08:56:57 +0200 Subject: [PATCH] Add ha_category --- source/_components/telegram_bot.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/telegram_bot.markdown b/source/_components/telegram_bot.markdown index 0f213b192d6..018ba47014d 100644 --- a/source/_components/telegram_bot.markdown +++ b/source/_components/telegram_bot.markdown @@ -8,6 +8,7 @@ comments: false sharing: true footer: true logo: telegram.png +ha_category: Hub ha_release: 0.42 --- @@ -403,4 +404,4 @@ class TelegramBotEventListener(appapi.AppDaemon): self.call_service('telegram_bot/answer_callback_query', message='OK, you said no!', callback_query_id=callback_id) -``` \ No newline at end of file +```