mirror of
https://github.com/elisspace/core.git
synced 2026-09-19 17:21:56 +00:00
* Add manifests * Update auto name * Update codeowners * Add requirements from platforms * Minor cleanup * Incorporate changes from awarecan PR
11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"domain": "systemmonitor",
|
|
"name": "Systemmonitor",
|
|
"documentation": "https://www.home-assistant.io/components/systemmonitor",
|
|
"requirements": [
|
|
"psutil==5.6.1"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": []
|
|
}
|