core/homeassistant/components/hardware/manifest.json

11 lines
304 B
JSON
Raw Normal View History

2022-05-25 18:39:15 +00:00
{
"domain": "hardware",
"name": "Hardware",
2023-02-08 19:27:05 +00:00
"codeowners": ["@home-assistant/core"],
2022-05-25 18:39:15 +00:00
"config_flow": false,
"documentation": "https://www.home-assistant.io/integrations/hardware",
2023-02-08 19:27:05 +00:00
"integration_type": "system",
"quality_scale": "internal",
2023-02-08 19:27:05 +00:00
"requirements": ["psutil-home-assistant==0.0.1"]
2022-05-25 18:39:15 +00:00
}