Add myself as codeowner for CPU Speed (#63034)
parent
699512c36f
commit
4ef9abbf3f
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue