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" }