Add myself as a fitbit codeowner (#100766)

This commit is contained in:
Allen Porter 2023-09-23 11:32:52 -07:00 committed by GitHub
parent a2730fb29d
commit d833c1a598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -390,6 +390,7 @@ build.json @home-assistant/supervisor
/tests/components/fireservicerota/ @cyberjunky /tests/components/fireservicerota/ @cyberjunky
/homeassistant/components/firmata/ @DaAwesomeP /homeassistant/components/firmata/ @DaAwesomeP
/tests/components/firmata/ @DaAwesomeP /tests/components/firmata/ @DaAwesomeP
/homeassistant/components/fitbit/ @allenporter
/homeassistant/components/fivem/ @Sander0542 /homeassistant/components/fivem/ @Sander0542
/tests/components/fivem/ @Sander0542 /tests/components/fivem/ @Sander0542
/homeassistant/components/fjaraskupan/ @elupus /homeassistant/components/fjaraskupan/ @elupus

View File

@ -1,7 +1,7 @@
{ {
"domain": "fitbit", "domain": "fitbit",
"name": "Fitbit", "name": "Fitbit",
"codeowners": [], "codeowners": ["@allenporter"],
"dependencies": ["configurator", "http"], "dependencies": ["configurator", "http"],
"documentation": "https://www.home-assistant.io/integrations/fitbit", "documentation": "https://www.home-assistant.io/integrations/fitbit",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",