Pickup emulated_hue codeowner (#73725)

- I made some changes to this during this cycle so I
  want to get notifications for the next release.
This commit is contained in:
J. Nick Koston 2022-06-20 03:27:38 -05:00 committed by GitHub
parent cd08f1d0c0
commit 006ea441ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -285,6 +285,8 @@ build.json @home-assistant/supervisor
/homeassistant/components/emoncms/ @borpin
/homeassistant/components/emonitor/ @bdraco
/tests/components/emonitor/ @bdraco
/homeassistant/components/emulated_hue/ @bdraco
/tests/components/emulated_hue/ @bdraco
/homeassistant/components/emulated_kasa/ @kbickar
/tests/components/emulated_kasa/ @kbickar
/homeassistant/components/energy/ @home-assistant/core

View File

@ -5,7 +5,7 @@
"requirements": ["aiohttp_cors==0.7.0"],
"dependencies": ["network"],
"after_dependencies": ["http"],
"codeowners": [],
"codeowners": ["@bdraco"],
"quality_scale": "internal",
"iot_class": "local_push"
}