mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 19:37:12 +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==9.0.0"]
|
|
}
|