Add missing integration quality scale to tags integration (#40291)

pull/40296/head
Franck Nijhof 2020-09-19 11:49:53 +02:00 committed by GitHub
parent 399661a7f4
commit b175adae53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 8 deletions

View File

@ -1,12 +1,7 @@
{
"domain": "tag",
"name": "Tag",
"config_flow": false,
"name": "Tags",
"documentation": "https://www.home-assistant.io/integrations/tag",
"requirements": [],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"dependencies": [],
"codeowners": ["@balloob", "@dmulcahey"]
"codeowners": ["@balloob", "@dmulcahey"],
"quality_scale": "internal"
}