Add @mib1185 as codeowner for Feedreader (#121399)

add @mib1185 as codeowner
This commit is contained in:
Michael 2024-07-06 22:28:47 +02:00 committed by GitHub
parent 52de706a85
commit f1693f2fde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -431,6 +431,8 @@ build.json @home-assistant/supervisor
/tests/components/fan/ @home-assistant/core /tests/components/fan/ @home-assistant/core
/homeassistant/components/fastdotcom/ @rohankapoorcom @erwindouna /homeassistant/components/fastdotcom/ @rohankapoorcom @erwindouna
/tests/components/fastdotcom/ @rohankapoorcom @erwindouna /tests/components/fastdotcom/ @rohankapoorcom @erwindouna
/homeassistant/components/feedreader/ @mib1185
/tests/components/feedreader/ @mib1185
/homeassistant/components/fibaro/ @rappenze /homeassistant/components/fibaro/ @rappenze
/tests/components/fibaro/ @rappenze /tests/components/fibaro/ @rappenze
/homeassistant/components/file/ @fabaff /homeassistant/components/file/ @fabaff

View file

@ -1,7 +1,7 @@
{ {
"domain": "feedreader", "domain": "feedreader",
"name": "Feedreader", "name": "Feedreader",
"codeowners": [], "codeowners": ["@mib1185"],
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/feedreader", "documentation": "https://www.home-assistant.io/integrations/feedreader",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",