From 1aa380fdfade0c64198c2fde94cfdc49ffd3c02e Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:25:10 +0200 Subject: [PATCH] Add tr4nt0r as codeowner to html5 integration (#166771) --- CODEOWNERS | 4 ++-- homeassistant/components/html5/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",