mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Add myself as codeowner for CPU Speed (#63034)
This commit is contained in:
parent
699512c36f
commit
4ef9abbf3f
@ -180,8 +180,8 @@ homeassistant/components/counter/* @fabaff
|
|||||||
tests/components/counter/* @fabaff
|
tests/components/counter/* @fabaff
|
||||||
homeassistant/components/cover/* @home-assistant/core
|
homeassistant/components/cover/* @home-assistant/core
|
||||||
tests/components/cover/* @home-assistant/core
|
tests/components/cover/* @home-assistant/core
|
||||||
homeassistant/components/cpuspeed/* @fabaff
|
homeassistant/components/cpuspeed/* @fabaff @frenck
|
||||||
tests/components/cpuspeed/* @fabaff
|
tests/components/cpuspeed/* @fabaff @frenck
|
||||||
homeassistant/components/crownstone/* @Crownstone @RicArch97
|
homeassistant/components/crownstone/* @Crownstone @RicArch97
|
||||||
tests/components/crownstone/* @Crownstone @RicArch97
|
tests/components/crownstone/* @Crownstone @RicArch97
|
||||||
homeassistant/components/cups/* @fabaff
|
homeassistant/components/cups/* @fabaff
|
||||||
|
@ -4,6 +4,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/cpuspeed",
|
"documentation": "https://www.home-assistant.io/integrations/cpuspeed",
|
||||||
"requirements": ["py-cpuinfo==8.0.0"],
|
"requirements": ["py-cpuinfo==8.0.0"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"codeowners": ["@fabaff"],
|
"codeowners": ["@fabaff", "@frenck"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user