Add myself as codeowner for CPU Speed (#63034)

pull/63041/head
Franck Nijhof 2021-12-29 21:43:53 +01:00 committed by GitHub
parent 699512c36f
commit 4ef9abbf3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -180,8 +180,8 @@ homeassistant/components/counter/* @fabaff
tests/components/counter/* @fabaff
homeassistant/components/cover/* @home-assistant/core
tests/components/cover/* @home-assistant/core
homeassistant/components/cpuspeed/* @fabaff
tests/components/cpuspeed/* @fabaff
homeassistant/components/cpuspeed/* @fabaff @frenck
tests/components/cpuspeed/* @fabaff @frenck
homeassistant/components/crownstone/* @Crownstone @RicArch97
tests/components/crownstone/* @Crownstone @RicArch97
homeassistant/components/cups/* @fabaff

View File

@ -4,6 +4,6 @@
"documentation": "https://www.home-assistant.io/integrations/cpuspeed",
"requirements": ["py-cpuinfo==8.0.0"],
"config_flow": true,
"codeowners": ["@fabaff"],
"codeowners": ["@fabaff", "@frenck"],
"iot_class": "local_push"
}