From 565b60210d8f68991d3b9736e1e6179c932999d1 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Mon, 30 May 2022 18:41:30 -0400 Subject: [PATCH] Add @lymanepp as codeowner to tomorrowio (#72725) --- CODEOWNERS | 4 ++-- homeassistant/components/tomorrowio/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 545d5027ecb..db9c0ff69d8 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1063,8 +1063,8 @@ build.json @home-assistant/supervisor /tests/components/todoist/ @boralyl /homeassistant/components/tolo/ @MatthiasLohr /tests/components/tolo/ @MatthiasLohr -/homeassistant/components/tomorrowio/ @raman325 -/tests/components/tomorrowio/ @raman325 +/homeassistant/components/tomorrowio/ @raman325 @lymanepp +/tests/components/tomorrowio/ @raman325 @lymanepp /homeassistant/components/totalconnect/ @austinmroczek /tests/components/totalconnect/ @austinmroczek /homeassistant/components/tplink/ @rytilahti @thegardenmonkey @bdraco diff --git a/homeassistant/components/tomorrowio/manifest.json b/homeassistant/components/tomorrowio/manifest.json index a577ec517c1..5447b90d1ce 100644 --- a/homeassistant/components/tomorrowio/manifest.json +++ b/homeassistant/components/tomorrowio/manifest.json @@ -4,6 +4,6 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/tomorrowio", "requirements": ["pytomorrowio==0.3.3"], - "codeowners": ["@raman325"], + "codeowners": ["@raman325", "@lymanepp"], "iot_class": "cloud_polling" }