Add myself as codeowner to Alert (#80169)

This commit is contained in:
Franck Nijhof 2022-10-12 14:51:09 +02:00 committed by GitHub
parent 6abf677092
commit 83557ef762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -57,8 +57,8 @@ build.json @home-assistant/supervisor
/tests/components/aladdin_connect/ @mkmer
/homeassistant/components/alarm_control_panel/ @home-assistant/core
/tests/components/alarm_control_panel/ @home-assistant/core
/homeassistant/components/alert/ @home-assistant/core
/tests/components/alert/ @home-assistant/core
/homeassistant/components/alert/ @home-assistant/core @frenck
/tests/components/alert/ @home-assistant/core @frenck
/homeassistant/components/alexa/ @home-assistant/cloud @ochlocracy
/tests/components/alexa/ @home-assistant/cloud @ochlocracy
/homeassistant/components/almond/ @gcampax @balloob

View File

@ -3,7 +3,7 @@
"name": "Alert",
"documentation": "https://www.home-assistant.io/integrations/alert",
"after_dependencies": ["notify"],
"codeowners": ["@home-assistant/core"],
"codeowners": ["@home-assistant/core", "@frenck"],
"quality_scale": "internal",
"iot_class": "local_push"
}