mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Add codeowner for Telegram bot (#147680)
This commit is contained in:
parent
013a35176a
commit
e4d820799f
2
CODEOWNERS
generated
2
CODEOWNERS
generated
@ -1553,6 +1553,8 @@ build.json @home-assistant/supervisor
|
|||||||
/tests/components/technove/ @Moustachauve
|
/tests/components/technove/ @Moustachauve
|
||||||
/homeassistant/components/tedee/ @patrickhilker @zweckj
|
/homeassistant/components/tedee/ @patrickhilker @zweckj
|
||||||
/tests/components/tedee/ @patrickhilker @zweckj
|
/tests/components/tedee/ @patrickhilker @zweckj
|
||||||
|
/homeassistant/components/telegram_bot/ @hanwg
|
||||||
|
/tests/components/telegram_bot/ @hanwg
|
||||||
/homeassistant/components/tellduslive/ @fredrike
|
/homeassistant/components/tellduslive/ @fredrike
|
||||||
/tests/components/tellduslive/ @fredrike
|
/tests/components/tellduslive/ @fredrike
|
||||||
/homeassistant/components/template/ @Petro31 @home-assistant/core
|
/homeassistant/components/template/ @Petro31 @home-assistant/core
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"domain": "telegram_bot",
|
"domain": "telegram_bot",
|
||||||
"name": "Telegram bot",
|
"name": "Telegram bot",
|
||||||
"codeowners": [],
|
"codeowners": ["@hanwg"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/telegram_bot",
|
"documentation": "https://www.home-assistant.io/integrations/telegram_bot",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user