From 34c9ef42e9144ddc2f9e57e536ebd34dedd152ed Mon Sep 17 00:00:00 2001 From: G Johansson Date: Thu, 28 Dec 2023 16:32:55 +0100 Subject: [PATCH] Add myself as codeowner for holiday (#106560) --- CODEOWNERS | 4 ++-- homeassistant/components/holiday/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 494f3d42bee..12477a683a3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -530,8 +530,8 @@ build.json @home-assistant/supervisor /tests/components/hive/ @Rendili @KJonline /homeassistant/components/hlk_sw16/ @jameshilliard /tests/components/hlk_sw16/ @jameshilliard -/homeassistant/components/holiday/ @jrieger -/tests/components/holiday/ @jrieger +/homeassistant/components/holiday/ @jrieger @gjohansson-ST +/tests/components/holiday/ @jrieger @gjohansson-ST /homeassistant/components/home_connect/ @DavidMStraub /tests/components/home_connect/ @DavidMStraub /homeassistant/components/home_plus_control/ @chemaaa diff --git a/homeassistant/components/holiday/manifest.json b/homeassistant/components/holiday/manifest.json index 7417cc5cd51..c8ef6c88b13 100644 --- a/homeassistant/components/holiday/manifest.json +++ b/homeassistant/components/holiday/manifest.json @@ -1,7 +1,7 @@ { "domain": "holiday", "name": "Holiday", - "codeowners": ["@jrieger"], + "codeowners": ["@jrieger", "@gjohansson-ST"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/holiday", "iot_class": "local_polling",