Add myself as code owner for rest_command (#106047)

This commit is contained in:
Jan-Philipp Benecke
2023-12-19 12:07:13 +01:00
committed by GitHub
parent bb6f78dcc4
commit f20e4b9df1
2 changed files with 3 additions and 1 deletions

View File

@ -1066,6 +1066,8 @@ build.json @home-assistant/supervisor
/homeassistant/components/repairs/ @home-assistant/core
/tests/components/repairs/ @home-assistant/core
/homeassistant/components/repetier/ @ShadowBr0ther
/homeassistant/components/rest_command/ @jpbede
/tests/components/rest_command/ @jpbede
/homeassistant/components/rflink/ @javicalle
/tests/components/rflink/ @javicalle
/homeassistant/components/rfxtrx/ @danielhiversen @elupus @RobBie1221

View File

@ -1,7 +1,7 @@
{
"domain": "rest_command",
"name": "RESTful Command",
"codeowners": [],
"codeowners": ["@jpbede"],
"documentation": "https://www.home-assistant.io/integrations/rest_command",
"iot_class": "local_push"
}