mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
11 lines
278 B
JSON
11 lines
278 B
JSON
{
|
|
"domain": "cpuspeed",
|
|
"name": "CPU Speed",
|
|
"codeowners": ["@fabaff"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/cpuspeed",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"requirements": ["py-cpuinfo==8.0.0"]
|
|
}
|