Skip to content

Commit

Permalink
Add myself as codeowner for emulated_hue (#87659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tho85 authored Feb 7, 2023
1 parent cc3ae5b commit 79f385a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,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_hue/ @bdraco @Tho85
/tests/components/emulated_hue/ @bdraco @Tho85
/homeassistant/components/emulated_kasa/ @kbickar
/tests/components/emulated_kasa/ @kbickar
/homeassistant/components/energy/ @home-assistant/core
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/emulated_hue/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"requirements": ["aiohttp_cors==0.7.0"],
"dependencies": ["network"],
"after_dependencies": ["http"],
"codeowners": ["@bdraco"],
"codeowners": ["@bdraco", "@Tho85"],
"quality_scale": "internal",
"iot_class": "local_push"
}

0 comments on commit 79f385a

Please sign in to comment.