mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add missing quality scales for internal integrations (#76499)
This commit is contained in:
parent
9bd2117240
commit
a5c9c1880a
@ -4,5 +4,6 @@
|
||||
"config_flow": false,
|
||||
"documentation": "https://www.home-assistant.io/integrations/hardware",
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["psutil-home-assistant==0.0.1"]
|
||||
}
|
||||
|
@ -3,5 +3,6 @@
|
||||
"name": "Home Assistant Alerts",
|
||||
"config_flow": false,
|
||||
"documentation": "https://www.home-assistant.io/integrations/homeassistant_alerts",
|
||||
"codeowners": ["@home-assistant/core"]
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -4,5 +4,6 @@
|
||||
"config_flow": false,
|
||||
"documentation": "https://www.home-assistant.io/integrations/intent",
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@home-assistant/core"]
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -2,5 +2,6 @@
|
||||
"domain": "lovelace",
|
||||
"name": "Dashboards",
|
||||
"documentation": "https://www.home-assistant.io/integrations/lovelace",
|
||||
"codeowners": ["@home-assistant/frontend"]
|
||||
"codeowners": ["@home-assistant/frontend"],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -4,5 +4,6 @@
|
||||
"config_flow": false,
|
||||
"documentation": "https://www.home-assistant.io/integrations/repairs",
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"dependencies": ["http"]
|
||||
"dependencies": ["http"],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user