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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 /homeassistant/components/repairs/ @home-assistant/core
/tests/components/repairs/ @home-assistant/core /tests/components/repairs/ @home-assistant/core
/homeassistant/components/repetier/ @ShadowBr0ther /homeassistant/components/repetier/ @ShadowBr0ther
/homeassistant/components/rest_command/ @jpbede
/tests/components/rest_command/ @jpbede
/homeassistant/components/rflink/ @javicalle /homeassistant/components/rflink/ @javicalle
/tests/components/rflink/ @javicalle /tests/components/rflink/ @javicalle
/homeassistant/components/rfxtrx/ @danielhiversen @elupus @RobBie1221 /homeassistant/components/rfxtrx/ @danielhiversen @elupus @RobBie1221

View File

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