core/homeassistant/components/repairs/manifest.json

11 lines
277 B
JSON
Raw Normal View History

{
"domain": "repairs",
"name": "Repairs",
"codeowners": ["@home-assistant/core"],
2023-02-08 19:13:46 +00:00
"config_flow": false,
"dependencies": ["http"],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/repairs",
"integration_type": "system",
"quality_scale": "internal"
}