Add @knyar as a codeowner for prometheus integration (#36487)

This commit is contained in:
Anton Tolchanov 2020-06-05 20:29:06 +01:00 committed by GitHub
parent 3076fc5f25
commit 0bf64e9a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -315,6 +315,7 @@ homeassistant/components/plugwise/* @CoMPaTech @bouwew
homeassistant/components/plum_lightpad/* @ColinHarrington
homeassistant/components/point/* @fredrike
homeassistant/components/powerwall/* @bdraco @jrester
homeassistant/components/prometheus/* @knyar
homeassistant/components/proxmoxve/* @k4ds3 @jhollowe
homeassistant/components/ps4/* @ktnrg45
homeassistant/components/ptvsd/* @swamp-ig

View File

@ -4,5 +4,5 @@
"documentation": "https://www.home-assistant.io/integrations/prometheus",
"requirements": ["prometheus_client==0.7.1"],
"dependencies": ["http"],
"codeowners": []
"codeowners": ["@knyar"]
}