1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Add @ptarjan as code owner for hikvision integration (#159381)

This commit is contained in:
Paul Tarjan
2025-12-18 08:58:48 -10:00
committed by GitHub
parent d7af2f39c2
commit aeabd2d2cc
2 changed files with 3 additions and 3 deletions

4
CODEOWNERS generated
View File

@@ -664,8 +664,8 @@ build.json @home-assistant/supervisor
/tests/components/heos/ @andrewsayre /tests/components/heos/ @andrewsayre
/homeassistant/components/here_travel_time/ @eifinger /homeassistant/components/here_travel_time/ @eifinger
/tests/components/here_travel_time/ @eifinger /tests/components/here_travel_time/ @eifinger
/homeassistant/components/hikvision/ @mezz64 /homeassistant/components/hikvision/ @mezz64 @ptarjan
/tests/components/hikvision/ @mezz64 /tests/components/hikvision/ @mezz64 @ptarjan
/homeassistant/components/hikvisioncam/ @fbradyirl /homeassistant/components/hikvisioncam/ @fbradyirl
/homeassistant/components/hisense_aehw4a1/ @bannhead /homeassistant/components/hisense_aehw4a1/ @bannhead
/tests/components/hisense_aehw4a1/ @bannhead /tests/components/hisense_aehw4a1/ @bannhead

View File

@@ -1,7 +1,7 @@
{ {
"domain": "hikvision", "domain": "hikvision",
"name": "Hikvision", "name": "Hikvision",
"codeowners": ["@mezz64"], "codeowners": ["@mezz64", "@ptarjan"],
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hikvision", "documentation": "https://www.home-assistant.io/integrations/hikvision",
"integration_type": "device", "integration_type": "device",