Add Codeowner to OpenWeatherMap (#144605)

This commit is contained in:
wittypluck
2025-05-10 10:54:11 +02:00
committed by GitHub
parent 86cf01a901
commit 5e58032745
2 changed files with 3 additions and 3 deletions

4
CODEOWNERS generated
View File

@ -1111,8 +1111,8 @@ build.json @home-assistant/supervisor
/tests/components/opentherm_gw/ @mvn23
/homeassistant/components/openuv/ @bachya
/tests/components/openuv/ @bachya
/homeassistant/components/openweathermap/ @fabaff @freekode @nzapponi
/tests/components/openweathermap/ @fabaff @freekode @nzapponi
/homeassistant/components/openweathermap/ @fabaff @freekode @nzapponi @wittypluck
/tests/components/openweathermap/ @fabaff @freekode @nzapponi @wittypluck
/homeassistant/components/opnsense/ @mtreinish
/tests/components/opnsense/ @mtreinish
/homeassistant/components/opower/ @tronikos

View File

@ -1,7 +1,7 @@
{
"domain": "openweathermap",
"name": "OpenWeatherMap",
"codeowners": ["@fabaff", "@freekode", "@nzapponi"],
"codeowners": ["@fabaff", "@freekode", "@nzapponi", "@wittypluck"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/openweathermap",
"iot_class": "cloud_polling",