1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00

Add myself as codeowner for Proximity (#104100)

add myself as codeowner for proximity
This commit is contained in:
Michael 2023-11-16 23:12:10 +01:00 committed by GitHub
parent 0a3b20d8b2
commit ea6a26467e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -977,6 +977,8 @@ build.json @home-assistant/supervisor
/tests/components/prometheus/ @knyar
/homeassistant/components/prosegur/ @dgomes
/tests/components/prosegur/ @dgomes
/homeassistant/components/proximity/ @mib1185
/tests/components/proximity/ @mib1185
/homeassistant/components/proxmoxve/ @jhollowe @Corbeno
/homeassistant/components/prusalink/ @balloob
/tests/components/prusalink/ @balloob

View File

@ -1,7 +1,7 @@
{
"domain": "proximity",
"name": "Proximity",
"codeowners": [],
"codeowners": ["@mib1185"],
"dependencies": ["device_tracker", "zone"],
"documentation": "https://www.home-assistant.io/integrations/proximity",
"iot_class": "calculated",