Add codeowner for Telegram bot (#147680)

This commit is contained in:
hanwg 2025-06-28 00:18:01 +08:00 committed by GitHub
parent 113e7dc003
commit ff711324d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

2
CODEOWNERS generated
View File

@ -1553,6 +1553,8 @@ build.json @home-assistant/supervisor
/tests/components/technove/ @Moustachauve
/homeassistant/components/tedee/ @patrickhilker @zweckj
/tests/components/tedee/ @patrickhilker @zweckj
/homeassistant/components/telegram_bot/ @hanwg
/tests/components/telegram_bot/ @hanwg
/homeassistant/components/tellduslive/ @fredrike
/tests/components/tellduslive/ @fredrike
/homeassistant/components/template/ @Petro31 @home-assistant/core

View File

@ -1,7 +1,7 @@
{
"domain": "telegram_bot",
"name": "Telegram bot",
"codeowners": [],
"codeowners": ["@hanwg"],
"config_flow": true,
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/telegram_bot",