mirror of https://github.com/home-assistant/core
11 lines
321 B
JSON
11 lines
321 B
JSON
{
|
|
"domain": "systemmonitor",
|
|
"name": "System Monitor",
|
|
"codeowners": ["@gjohansson-ST"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/systemmonitor",
|
|
"iot_class": "local_push",
|
|
"loggers": ["psutil"],
|
|
"requirements": ["psutil-home-assistant==0.0.1", "psutil==6.1.0"]
|
|
}
|