mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
10 lines
250 B
JSON
10 lines
250 B
JSON
{
|
|
"domain": "systemmonitor",
|
|
"name": "System Monitor",
|
|
"documentation": "https://www.home-assistant.io/integrations/systemmonitor",
|
|
"requirements": ["psutil==5.9.1"],
|
|
"codeowners": [],
|
|
"iot_class": "local_push",
|
|
"loggers": ["psutil"]
|
|
}
|