Add myself as a pi_hole codeowner (#26796)

This commit is contained in:
John Luetke 2019-09-21 12:39:49 -07:00 committed by Franck Nijhof
parent 9e79920c9c
commit 88dcecab39
2 changed files with 3 additions and 2 deletions

View File

@ -207,7 +207,7 @@ homeassistant/components/panel_custom/* @home-assistant/frontend
homeassistant/components/panel_iframe/* @home-assistant/frontend homeassistant/components/panel_iframe/* @home-assistant/frontend
homeassistant/components/persistent_notification/* @home-assistant/core homeassistant/components/persistent_notification/* @home-assistant/core
homeassistant/components/philips_js/* @elupus homeassistant/components/philips_js/* @elupus
homeassistant/components/pi_hole/* @fabaff homeassistant/components/pi_hole/* @fabaff @johnluetke
homeassistant/components/plaato/* @JohNan homeassistant/components/plaato/* @JohNan
homeassistant/components/plant/* @ChristianKuehnel homeassistant/components/plant/* @ChristianKuehnel
homeassistant/components/plex/* @jjlawren homeassistant/components/plex/* @jjlawren

View File

@ -7,6 +7,7 @@
], ],
"dependencies": [], "dependencies": [],
"codeowners": [ "codeowners": [
"@fabaff" "@fabaff",
"@johnluetke"
] ]
} }