diff --git a/CODEOWNERS b/CODEOWNERS index 34bdca22054..2d5ee30b071 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -741,8 +741,8 @@ build.json @home-assistant/supervisor /tests/components/honeywell/ @rdfurman @mkmer /homeassistant/components/hr_energy_qube/ @MattieGit /tests/components/hr_energy_qube/ @MattieGit -/homeassistant/components/html5/ @alexyao2015 -/tests/components/html5/ @alexyao2015 +/homeassistant/components/html5/ @alexyao2015 @tr4nt0r +/tests/components/html5/ @alexyao2015 @tr4nt0r /homeassistant/components/http/ @home-assistant/core /tests/components/http/ @home-assistant/core /homeassistant/components/huawei_lte/ @scop @fphammerle diff --git a/homeassistant/components/html5/manifest.json b/homeassistant/components/html5/manifest.json index 1ef261d201d..b958ab46461 100644 --- a/homeassistant/components/html5/manifest.json +++ b/homeassistant/components/html5/manifest.json @@ -1,7 +1,7 @@ { "domain": "html5", "name": "HTML5 Push Notifications", - "codeowners": ["@alexyao2015"], + "codeowners": ["@alexyao2015", "@tr4nt0r"], "config_flow": true, "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/html5",